Html Css Color HEX #B5A86E Gimblet

📋 copy color: '#B5A86E'

red 181 ◦ green 168 ◦ blue 110

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

Shades of Gimblet #B5A86E

Tints of Gimblet #B5A86E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.6%

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

R = 39.43%
G = 36.6%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5A86E (or 0xB5A86E) is known color: Gimblet. HEX triplet: B5, A8 and 6E. RGB value is (181,168,110). Sum of RGB (Red+Green+Blue) = 181+168+110=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A86E is #4A5791. Grayscale: #A5A5A5. Windows color (decimal): -4872082 or 7252149. OLE color: 7252149.

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

Color convert

RGB 181 168 110 -
CMYK 0 0.07 0.39 0.29
HSL 49.01º 0.32% 0.57% -
HSV(B) 49.01º 0.39% 0.71% -
XYZ 35.87 38.95 20.38 -
YUV 165.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 181 168 110 0 0.07 0.39 0.29 49.01 0.32 0.57
Hex B5 A8 6E 0 7 27 1D 31 20 39
Octal 265 250 156 0 7 47 35 61 40 71
Binary 10110101 10101000 1101110 0 111 100111 11101 110001 100000 111001

Color Harmonies of #B5A86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A86E

Black with #B5A86E

Text Example


Text Example

White with #B5A86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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