Html Css Color HEX #B8AA5E Gimblet

📋 copy color: '#B8AA5E'

red 184 ◦ green 170 ◦ blue 94

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

Shades of Gimblet #B8AA5E

Tints of Gimblet #B8AA5E

RGB

 RED value IS 184 (72.27% from 255) = 41.07%

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

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

R = 41.07%
G = 37.95%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8AA5E (or 0xB8AA5E) is known color: Gimblet. HEX triplet: B8, AA and 5E. RGB value is (184,170,94). Sum of RGB (Red+Green+Blue) = 184+170+94=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AA5E is #4755A1. Grayscale: #A5A5A5. Windows color (decimal): -4674978 or 6204088. OLE color: 6204088.

HSL color Cylindrical-coordinate representation of color #B8AA5E: hue angle of 50.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8AA5E is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 170 94 -
CMYK 0 0.08 0.49 0.28
HSL 50.67º 0.39% 0.55% -
HSV(B) 50.67º 0.49% 0.72% -
XYZ 36.16 39.75 16.36 -
YUV 165.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 184 170 94 0 0.08 0.49 0.28 50.67 0.39 0.55
Hex B8 AA 5E 0 8 31 1C 33 27 37
Octal 270 252 136 0 10 61 34 63 47 67
Binary 10111000 10101010 1011110 0 1000 110001 11100 110011 100111 110111

Color Harmonies of #B8AA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AA5E

Black with #B8AA5E

Text Example


Text Example

White with #B8AA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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