Html Css Color HEX #B5A76D Gimblet

📋 copy color: '#B5A76D'

red 181 ◦ green 167 ◦ blue 109

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

Shades of Gimblet #B5A76D

Tints of Gimblet #B5A76D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.54%

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

R = 39.61%
G = 36.54%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5A76D (or 0xB5A76D) is known color: Gimblet. HEX triplet: B5, A7 and 6D. RGB value is (181,167,109). Sum of RGB (Red+Green+Blue) = 181+167+109=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A76D is #4A5892. Grayscale: #A4A4A4. Windows color (decimal): -4872339 or 7186357. OLE color: 7186357.

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

Color convert

RGB 181 167 109 -
CMYK 0 0.08 0.40 0.29
HSL 48.33º 0.33% 0.57% -
HSV(B) 48.33º 0.4% 0.71% -
XYZ 35.64 38.57 20.03 -
YUV 164.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 181 167 109 0 0.08 0.40 0.29 48.33 0.33 0.57
Hex B5 A7 6D 0 8 28 1D 30 21 39
Octal 265 247 155 0 10 50 35 60 41 71
Binary 10110101 10100111 1101101 0 1000 101000 11101 110000 100001 111001

Color Harmonies of #B5A76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A76D

Black with #B5A76D

Text Example


Text Example

White with #B5A76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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