Html Css Color HEX #B5A86D Gimblet

📋 copy color: '#B5A86D'

red 181 ◦ green 168 ◦ blue 109

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

Shades of Gimblet #B5A86D

Tints of Gimblet #B5A86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.8%

R = 39.52%
G = 36.68%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5A86D (or 0xB5A86D) is known color: Gimblet. HEX triplet: B5, A8 and 6D. RGB value is (181,168,109). Sum of RGB (Red+Green+Blue) = 181+168+109=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A86D is #4A5792. Grayscale: #A5A5A5. Windows color (decimal): -4872083 or 7186613. OLE color: 7186613.

HSL color Cylindrical-coordinate representation of color #B5A86D: hue angle of 49.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5A86D is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 168 109 -
CMYK 0 0.07 0.40 0.29
HSL 49.17º 0.33% 0.57% -
HSV(B) 49.17º 0.4% 0.71% -
XYZ 35.82 38.93 20.09 -
YUV 165.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 181 168 109 0 0.07 0.40 0.29 49.17 0.33 0.57
Hex B5 A8 6D 0 7 28 1D 31 21 39
Octal 265 250 155 0 7 50 35 61 41 71
Binary 10110101 10101000 1101101 0 111 101000 11101 110001 100001 111001

Color Harmonies of #B5A86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A86D

Black with #B5A86D

Text Example


Text Example

White with #B5A86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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