Html Css Color HEX #B5A260 Gimblet

📋 copy color: '#B5A260'

red 181 ◦ green 162 ◦ blue 96

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

Shades of Gimblet #B5A260

Tints of Gimblet #B5A260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.9%

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

R = 41.23%
G = 36.9%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B5A260 (or 0xB5A260) is known color: Gimblet. HEX triplet: B5, A2 and 60. RGB value is (181,162,96). Sum of RGB (Red+Green+Blue) = 181+162+96=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A260 is #4A5D9F. Grayscale: #A0A0A0. Windows color (decimal): -4873632 or 6333109. OLE color: 6333109.

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

Color convert

RGB 181 162 96 -
CMYK 0 0.10 0.47 0.29
HSL 46.59º 0.36% 0.54% -
HSV(B) 46.59º 0.47% 0.71% -
XYZ 34.09 36.51 16.32 -
YUV 160.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 181 162 96 0 0.10 0.47 0.29 46.59 0.36 0.54
Hex B5 A2 60 0 A 2F 1D 2F 24 36
Octal 265 242 140 0 12 57 35 57 44 66
Binary 10110101 10100010 1100000 0 1010 101111 11101 101111 100100 110110

Color Harmonies of #B5A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A260

Black with #B5A260

Text Example


Text Example

White with #B5A260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A260; }

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

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

background-color css

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

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

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

border-color css

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

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

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