Html Css Color HEX #BCAB66 Gimblet

📋 copy color: '#BCAB66'

red 188 ◦ green 171 ◦ blue 102

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

Shades of Gimblet #BCAB66

Tints of Gimblet #BCAB66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 40.78%
G = 37.09%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCAB66 (or 0xBCAB66) is known color: Gimblet. HEX triplet: BC, AB and 66. RGB value is (188,171,102). Sum of RGB (Red+Green+Blue) = 188+171+102=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB66 is #435499. Grayscale: #A8A8A8. Windows color (decimal): -4412570 or 6728636. OLE color: 6728636.

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

Color convert

RGB 188 171 102 -
CMYK 0 0.09 0.46 0.26
HSL 48.14º 0.39% 0.57% -
HSV(B) 48.14º 0.46% 0.74% -
XYZ 37.7 40.78 18.45 -
YUV 168.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 188 171 102 0 0.09 0.46 0.26 48.14 0.39 0.57
Hex BC AB 66 0 9 2E 1A 30 27 39
Octal 274 253 146 0 11 56 32 60 47 71
Binary 10111100 10101011 1100110 0 1001 101110 11010 110000 100111 111001

Color Harmonies of #BCAB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB66

Black with #BCAB66

Text Example


Text Example

White with #BCAB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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