Html Css Color HEX #B5A062 Gimblet

📋 copy color: '#B5A062'

red 181 ◦ green 160 ◦ blue 98

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

Shades of Gimblet #B5A062

Tints of Gimblet #B5A062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.32%

R = 41.23%
G = 36.45%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B5A062 (or 0xB5A062) is known color: Gimblet. HEX triplet: B5, A0 and 62. RGB value is (181,160,98). Sum of RGB (Red+Green+Blue) = 181+160+98=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A062 is #4A5F9D. Grayscale: #9F9F9F. Windows color (decimal): -4874142 or 6463669. OLE color: 6463669.

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

Color convert

RGB 181 160 98 -
CMYK 0 0.12 0.46 0.29
HSL 44.82º 0.36% 0.55% -
HSV(B) 44.82º 0.46% 0.71% -
XYZ 33.83 35.85 16.69 -
YUV 159.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 181 160 98 0 0.12 0.46 0.29 44.82 0.36 0.55
Hex B5 A0 62 0 C 2E 1D 2D 24 37
Octal 265 240 142 0 14 56 35 55 44 67
Binary 10110101 10100000 1100010 0 1100 101110 11101 101101 100100 110111

Color Harmonies of #B5A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A062

Black with #B5A062

Text Example


Text Example

White with #B5A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A062; }

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

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

background-color css

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

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

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

border-color css

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

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

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