Html Css Color HEX #B5A56E Gimblet

📋 copy color: '#B5A56E'

red 181 ◦ green 165 ◦ blue 110

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

Shades of Gimblet #B5A56E

Tints of Gimblet #B5A56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.18%

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

R = 39.69%
G = 36.18%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5A56E (or 0xB5A56E) is known color: Gimblet. HEX triplet: B5, A5 and 6E. RGB value is (181,165,110). Sum of RGB (Red+Green+Blue) = 181+165+110=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A56E is #4A5A91. Grayscale: #A3A3A3. Windows color (decimal): -4872850 or 7251381. OLE color: 7251381.

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

Color convert

RGB 181 165 110 -
CMYK 0 0.09 0.39 0.29
HSL 46.48º 0.32% 0.57% -
HSV(B) 46.48º 0.39% 0.71% -
XYZ 35.33 37.86 20.2 -
YUV 163.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 181 165 110 0 0.09 0.39 0.29 46.48 0.32 0.57
Hex B5 A5 6E 0 9 27 1D 2E 20 39
Octal 265 245 156 0 11 47 35 56 40 71
Binary 10110101 10100101 1101110 0 1001 100111 11101 101110 100000 111001

Color Harmonies of #B5A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A56E

Black with #B5A56E

Text Example


Text Example

White with #B5A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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