Html Css Color HEX #BCAB6D Gimblet

📋 copy color: '#BCAB6D'

red 188 ◦ green 171 ◦ blue 109

#BCAB6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #BCAB6D

Tints of Gimblet #BCAB6D

RGB

 RED value IS 188 (73.83% from 255) = 40.17%

 GREEN value IS 171 (67.19% from 255) = 36.54%

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 40.17%
G = 36.54%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCAB6D (or 0xBCAB6D) is known color: Gimblet. HEX triplet: BC, AB and 6D. RGB value is (188,171,109). Sum of RGB (Red+Green+Blue) = 188+171+109=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB6D is #435492. Grayscale: #A9A9A9. Windows color (decimal): -4412563 or 7187388. OLE color: 7187388.

HSL color Cylindrical-coordinate representation of color #BCAB6D: hue angle of 47.09º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCAB6D is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 109 -
CMYK 0 0.09 0.42 0.26
HSL 47.09º 0.37% 0.58% -
HSV(B) 47.09º 0.42% 0.74% -
XYZ 38.06 40.92 20.36 -
YUV 169.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 188 171 109 0 0.09 0.42 0.26 47.09 0.37 0.58
Hex BC AB 6D 0 9 2A 1A 2F 25 3A
Octal 274 253 155 0 11 52 32 57 45 72
Binary 10111100 10101011 1101101 0 1001 101010 11010 101111 100101 111010

Color Harmonies of #BCAB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB6D

Black with #BCAB6D

Text Example


Text Example

White with #BCAB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB6D; }

 p { color: rgb(188,171,109); }

 H1.HeaderClassName
 {
   color: #BCAB6D;
 }
 .AnyTagClassName
 {
   color: #BCAB6D;
 }
</style>

background-color css

<style>
 a { background-color: #BCAB6D; }

 a { background-color: rgb(188,171,109); }

 div.DivClassName
 {
   background-color: #BCAB6D;
 }
 .BgClassName
 {
   background-color: #BCAB6D;
 }
</style>

border-color css

<style>
 span { border-color: #BCAB6D; }

 span { border-color: rgb(188,171,109); }

 td.TdClassName
 {
   border-color: #BCAB6D;
 }
 .TagClassName
 {
   border-color: #BCAB6D;
 }
</style>