Html Css Color HEX #BCAA57 Gimblet

📋 copy color: '#BCAA57'

red 188 ◦ green 170 ◦ blue 87

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

Shades of Gimblet #BCAA57

Tints of Gimblet #BCAA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.55%

R = 42.25%
G = 38.2%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BCAA57 (or 0xBCAA57) is known color: Gimblet. HEX triplet: BC, AA and 57. RGB value is (188,170,87). Sum of RGB (Red+Green+Blue) = 188+170+87=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA57 is #4355A8. Grayscale: #A6A6A6. Windows color (decimal): -4412841 or 5745340. OLE color: 5745340.

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

Color convert

RGB 188 170 87 -
CMYK 0 0.10 0.54 0.26
HSL 49.31º 0.43% 0.54% -
HSV(B) 49.31º 0.54% 0.74% -
XYZ 36.83 40.13 14.82 -
YUV 165.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 188 170 87 0 0.10 0.54 0.26 49.31 0.43 0.54
Hex BC AA 57 0 A 36 1A 31 2B 36
Octal 274 252 127 0 12 66 32 61 53 66
Binary 10111100 10101010 1010111 0 1010 110110 11010 110001 101011 110110

Color Harmonies of #BCAA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA57

Black with #BCAA57

Text Example


Text Example

White with #BCAA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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