Html Css Color HEX #B5AA5E Gimblet

📋 copy color: '#B5AA5E'

red 181 ◦ green 170 ◦ blue 94

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

Shades of Gimblet #B5AA5E

Tints of Gimblet #B5AA5E

RGB

 RED value IS 181 (71.09% from 255) = 40.67%

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

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

R = 40.67%
G = 38.2%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5AA5E (or 0xB5AA5E) is known color: Gimblet. HEX triplet: B5, AA and 5E. RGB value is (181,170,94). Sum of RGB (Red+Green+Blue) = 181+170+94=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AA5E is #4A55A1. Grayscale: #A4A4A4. Windows color (decimal): -4871586 or 6204085. OLE color: 6204085.

HSL color Cylindrical-coordinate representation of color #B5AA5E: hue angle of 52.41º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5AA5E is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 170 94 -
CMYK 0 0.06 0.48 0.29
HSL 52.41º 0.37% 0.54% -
HSV(B) 52.41º 0.48% 0.71% -
XYZ 35.45 39.38 16.32 -
YUV 164.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 181 170 94 0 0.06 0.48 0.29 52.41 0.37 0.54
Hex B5 AA 5E 0 6 30 1D 34 25 36
Octal 265 252 136 0 6 60 35 64 45 66
Binary 10110101 10101010 1011110 0 110 110000 11101 110100 100101 110110

Color Harmonies of #B5AA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AA5E

Black with #B5AA5E

Text Example


Text Example

White with #B5AA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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