Html Css Color HEX #B5A95E Gimblet

📋 copy color: '#B5A95E'

red 181 ◦ green 169 ◦ blue 94

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

Shades of Gimblet #B5A95E

Tints of Gimblet #B5A95E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.06%

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

R = 40.77%
G = 38.06%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5A95E (or 0xB5A95E) is known color: Gimblet. HEX triplet: B5, A9 and 5E. RGB value is (181,169,94). Sum of RGB (Red+Green+Blue) = 181+169+94=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A95E is #4A56A1. Grayscale: #A4A4A4. Windows color (decimal): -4871842 or 6203829. OLE color: 6203829.

HSL color Cylindrical-coordinate representation of color #B5A95E: hue angle of 51.72º 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 #B5A95E is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 169 94 -
CMYK 0 0.07 0.48 0.29
HSL 51.72º 0.37% 0.54% -
HSV(B) 51.72º 0.48% 0.71% -
XYZ 35.26 39.01 16.26 -
YUV 164.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 181 169 94 0 0.07 0.48 0.29 51.72 0.37 0.54
Hex B5 A9 5E 0 7 30 1D 34 25 36
Octal 265 251 136 0 7 60 35 64 45 66
Binary 10110101 10101001 1011110 0 111 110000 11101 110100 100101 110110

Color Harmonies of #B5A95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A95E

Black with #B5A95E

Text Example


Text Example

White with #B5A95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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