Html Css Color HEX #BCAF66 Gimblet

📋 copy color: '#BCAF66'

red 188 ◦ green 175 ◦ blue 102

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

Shades of Gimblet #BCAF66

Tints of Gimblet #BCAF66

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

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

R = 40.43%
G = 37.63%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCAF66 (or 0xBCAF66) is known color: Gimblet. HEX triplet: BC, AF and 66. RGB value is (188,175,102). Sum of RGB (Red+Green+Blue) = 188+175+102=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF66 is #435099. Grayscale: #AAAAAA. Windows color (decimal): -4411546 or 6729660. OLE color: 6729660.

HSL color Cylindrical-coordinate representation of color #BCAF66: hue angle of 50.93º 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 #BCAF66 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 102 -
CMYK 0 0.07 0.46 0.26
HSL 50.93º 0.39% 0.57% -
HSV(B) 50.93º 0.46% 0.74% -
XYZ 38.47 42.31 18.71 -
YUV 170.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 188 175 102 0 0.07 0.46 0.26 50.93 0.39 0.57
Hex BC AF 66 0 7 2E 1A 33 27 39
Octal 274 257 146 0 7 56 32 63 47 71
Binary 10111100 10101111 1100110 0 111 101110 11010 110011 100111 111001

Color Harmonies of #BCAF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF66

Black with #BCAF66

Text Example


Text Example

White with #BCAF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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