Html Css Color HEX #BCAA5E Gimblet

📋 copy color: '#BCAA5E'

red 188 ◦ green 170 ◦ blue 94

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

Shades of Gimblet #BCAA5E

Tints of Gimblet #BCAA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.8%

R = 41.59%
G = 37.61%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BCAA5E (or 0xBCAA5E) is known color: Gimblet. HEX triplet: BC, AA and 5E. RGB value is (188,170,94). Sum of RGB (Red+Green+Blue) = 188+170+94=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA5E is #4355A1. Grayscale: #A7A7A7. Windows color (decimal): -4412834 or 6204092. OLE color: 6204092.

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

Color convert

RGB 188 170 94 -
CMYK 0 0.10 0.50 0.26
HSL 48.51º 0.41% 0.55% -
HSV(B) 48.51º 0.5% 0.74% -
XYZ 37.13 40.25 16.4 -
YUV 166.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 188 170 94 0 0.10 0.50 0.26 48.51 0.41 0.55
Hex BC AA 5E 0 A 32 1A 31 29 37
Octal 274 252 136 0 12 62 32 61 51 67
Binary 10111100 10101010 1011110 0 1010 110010 11010 110001 101001 110111

Color Harmonies of #BCAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA5E

Black with #BCAA5E

Text Example


Text Example

White with #BCAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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