Html Css Color HEX #B5A36E Gimblet

📋 copy color: '#B5A36E'

red 181 ◦ green 163 ◦ blue 110

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

Shades of Gimblet #B5A36E

Tints of Gimblet #B5A36E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.9%

 BLUE value IS 110 (43.36% from 255) = 24.23%

R = 39.87%
G = 35.9%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5A36E (or 0xB5A36E) is known color: Gimblet. HEX triplet: B5, A3 and 6E. RGB value is (181,163,110). Sum of RGB (Red+Green+Blue) = 181+163+110=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A36E is #4A5C91. Grayscale: #A2A2A2. Windows color (decimal): -4873362 or 7250869. OLE color: 7250869.

HSL color Cylindrical-coordinate representation of color #B5A36E: hue angle of 44.79º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5A36E is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 163 110 -
CMYK 0 0.10 0.39 0.29
HSL 44.79º 0.32% 0.57% -
HSV(B) 44.79º 0.39% 0.71% -
XYZ 34.97 37.14 20.08 -
YUV 162.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 181 163 110 0 0.10 0.39 0.29 44.79 0.32 0.57
Hex B5 A3 6E 0 A 27 1D 2D 20 39
Octal 265 243 156 0 12 47 35 55 40 71
Binary 10110101 10100011 1101110 0 1010 100111 11101 101101 100000 111001

Color Harmonies of #B5A36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A36E

Black with #B5A36E

Text Example


Text Example

White with #B5A36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A36E; }

 p { color: rgb(181,163,110); }

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

background-color css

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

 a { background-color: rgb(181,163,110); }

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

border-color css

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

 span { border-color: rgb(181,163,110); }

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