Html Css Color HEX #B5A760 Gimblet

📋 copy color: '#B5A760'

red 181 ◦ green 167 ◦ blue 96

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

Shades of Gimblet #B5A760

Tints of Gimblet #B5A760

RGB

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

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

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

R = 40.77%
G = 37.61%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B5A760 (or 0xB5A760) is known color: Gimblet. HEX triplet: B5, A7 and 60. RGB value is (181,167,96). Sum of RGB (Red+Green+Blue) = 181+167+96=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A760 is #4A589F. Grayscale: #A3A3A3. Windows color (decimal): -4872352 or 6334389. OLE color: 6334389.

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

Color convert

RGB 181 167 96 -
CMYK 0 0.08 0.47 0.29
HSL 50.12º 0.36% 0.54% -
HSV(B) 50.12º 0.47% 0.71% -
XYZ 34.99 38.31 16.62 -
YUV 163.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 181 167 96 0 0.08 0.47 0.29 50.12 0.36 0.54
Hex B5 A7 60 0 8 2F 1D 32 24 36
Octal 265 247 140 0 10 57 35 62 44 66
Binary 10110101 10100111 1100000 0 1000 101111 11101 110010 100100 110110

Color Harmonies of #B5A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A760

Black with #B5A760

Text Example


Text Example

White with #B5A760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A760; }

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

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

background-color css

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

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

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

border-color css

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

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

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