Html Css Color HEX #B5A060 Gimblet

📋 copy color: '#B5A060'

red 181 ◦ green 160 ◦ blue 96

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

Shades of Gimblet #B5A060

Tints of Gimblet #B5A060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.61%

 BLUE value IS 96 (37.89% from 255) = 21.97%

R = 41.42%
G = 36.61%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B5A060 (or 0xB5A060) is known color: Gimblet. HEX triplet: B5, A0 and 60. RGB value is (181,160,96). Sum of RGB (Red+Green+Blue) = 181+160+96=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A060 is #4A5F9F. Grayscale: #9F9F9F. Windows color (decimal): -4874144 or 6332597. OLE color: 6332597.

HSL color Cylindrical-coordinate representation of color #B5A060: hue angle of 45.18º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5A060 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 160 96 -
CMYK 0 0.12 0.47 0.29
HSL 45.18º 0.36% 0.54% -
HSV(B) 45.18º 0.47% 0.71% -
XYZ 33.74 35.81 16.2 -
YUV 158.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 181 160 96 0 0.12 0.47 0.29 45.18 0.36 0.54
Hex B5 A0 60 0 C 2F 1D 2D 24 36
Octal 265 240 140 0 14 57 35 55 44 66
Binary 10110101 10100000 1100000 0 1100 101111 11101 101101 100100 110110

Color Harmonies of #B5A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A060

Black with #B5A060

Text Example


Text Example

White with #B5A060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A060; }

 p { color: rgb(181,160,96); }

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

background-color css

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

 a { background-color: rgb(181,160,96); }

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

border-color css

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

 span { border-color: rgb(181,160,96); }

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