Html Css Color HEX #BCAA64 Gimblet

📋 copy color: '#BCAA64'

red 188 ◦ green 170 ◦ blue 100

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

Shades of Gimblet #BCAA64

Tints of Gimblet #BCAA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.83%

R = 41.05%
G = 37.12%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCAA64 (or 0xBCAA64) is known color: Gimblet. HEX triplet: BC, AA and 64. RGB value is (188,170,100). Sum of RGB (Red+Green+Blue) = 188+170+100=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA64 is #43559B. Grayscale: #A7A7A7. Windows color (decimal): -4412828 or 6597308. OLE color: 6597308.

HSL color Cylindrical-coordinate representation of color #BCAA64: hue angle of 47.73º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCAA64 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 100 -
CMYK 0 0.10 0.47 0.26
HSL 47.73º 0.4% 0.56% -
HSV(B) 47.73º 0.47% 0.74% -
XYZ 37.41 40.36 17.88 -
YUV 167.4 89.96 142.69 -
System Red Green Blue C M Y K H S L
Decimal 188 170 100 0 0.10 0.47 0.26 47.73 0.4 0.56
Hex BC AA 64 0 A 2F 1A 30 28 38
Octal 274 252 144 0 12 57 32 60 50 70
Binary 10111100 10101010 1100100 0 1010 101111 11010 110000 101000 111000

Color Harmonies of #BCAA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA64

Black with #BCAA64

Text Example


Text Example

White with #BCAA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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