Html Css Color HEX #BCAA66 Gimblet

📋 copy color: '#BCAA66'

red 188 ◦ green 170 ◦ blue 102

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

Shades of Gimblet #BCAA66

Tints of Gimblet #BCAA66

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.96%

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

R = 40.87%
G = 36.96%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCAA66 (or 0xBCAA66) is known color: Gimblet. HEX triplet: BC, AA and 66. RGB value is (188,170,102). Sum of RGB (Red+Green+Blue) = 188+170+102=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA66 is #435599. Grayscale: #A7A7A7. Windows color (decimal): -4412826 or 6728380. OLE color: 6728380.

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

Color convert

RGB 188 170 102 -
CMYK 0 0.10 0.46 0.26
HSL 47.44º 0.39% 0.57% -
HSV(B) 47.44º 0.46% 0.74% -
XYZ 37.51 40.4 18.39 -
YUV 167.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 188 170 102 0 0.10 0.46 0.26 47.44 0.39 0.57
Hex BC AA 66 0 A 2E 1A 2F 27 39
Octal 274 252 146 0 12 56 32 57 47 71
Binary 10111100 10101010 1100110 0 1010 101110 11010 101111 100111 111001

Color Harmonies of #BCAA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA66

Black with #BCAA66

Text Example


Text Example

White with #BCAA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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