Html Css Color HEX #B5A160 Gimblet

📋 copy color: '#B5A160'

red 181 ◦ green 161 ◦ blue 96

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

Shades of Gimblet #B5A160

Tints of Gimblet #B5A160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.76%

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

R = 41.32%
G = 36.76%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B5A160 (or 0xB5A160) is known color: Gimblet. HEX triplet: B5, A1 and 60. RGB value is (181,161,96). Sum of RGB (Red+Green+Blue) = 181+161+96=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A160 is #4A5E9F. Grayscale: #9F9F9F. Windows color (decimal): -4873888 or 6332853. OLE color: 6332853.

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

Color convert

RGB 181 161 96 -
CMYK 0 0.11 0.47 0.29
HSL 45.88º 0.36% 0.54% -
HSV(B) 45.88º 0.47% 0.71% -
XYZ 33.91 36.16 16.26 -
YUV 159.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 181 161 96 0 0.11 0.47 0.29 45.88 0.36 0.54
Hex B5 A1 60 0 B 2F 1D 2E 24 36
Octal 265 241 140 0 13 57 35 56 44 66
Binary 10110101 10100001 1100000 0 1011 101111 11101 101110 100100 110110

Color Harmonies of #B5A160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A160

Black with #B5A160

Text Example


Text Example

White with #B5A160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A160; }

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

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

background-color css

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

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

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

border-color css

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

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

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