Html Css Color HEX #BCAA56 Gimblet

📋 copy color: '#BCAA56'

red 188 ◦ green 170 ◦ blue 86

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

Shades of Gimblet #BCAA56

Tints of Gimblet #BCAA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.37%

R = 42.34%
G = 38.29%
B = 19.37%

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

#BCAA56 (or 0xBCAA56) is known color: Gimblet. HEX triplet: BC, AA and 56. RGB value is (188,170,86). Sum of RGB (Red+Green+Blue) = 188+170+86=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA56 is #4355A9. Grayscale: #A6A6A6. Windows color (decimal): -4412842 or 5679804. OLE color: 5679804.

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

Color convert

RGB 188 170 86 -
CMYK 0 0.10 0.54 0.26
HSL 49.41º 0.43% 0.54% -
HSV(B) 49.41º 0.54% 0.74% -
XYZ 36.79 40.11 14.61 -
YUV 165.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 188 170 86 0 0.10 0.54 0.26 49.41 0.43 0.54
Hex BC AA 56 0 A 36 1A 31 2B 36
Octal 274 252 126 0 12 66 32 61 53 66
Binary 10111100 10101010 1010110 0 1010 110110 11010 110001 101011 110110

Color Harmonies of #BCAA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA56

Black with #BCAA56

Text Example


Text Example

White with #BCAA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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