Html Css Color HEX #B5A24D Husk

📋 copy color: '#B5A24D'

red 181 ◦ green 162 ◦ blue 77

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

Shades of Husk #B5A24D

Tints of Husk #B5A24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.33%

R = 43.1%
G = 38.57%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5A24D (or 0xB5A24D) is known color: Husk. HEX triplet: B5, A2 and 4D. RGB value is (181,162,77). Sum of RGB (Red+Green+Blue) = 181+162+77=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A24D is #4A5DB2. Grayscale: #9E9E9E. Windows color (decimal): -4873651 or 5087925. OLE color: 5087925.

HSL color Cylindrical-coordinate representation of color #B5A24D: hue angle of 49.04º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5A24D is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 162 77 -
CMYK 0 0.10 0.57 0.29
HSL 49.04º 0.41% 0.51% -
HSV(B) 49.04º 0.57% 0.71% -
XYZ 33.32 36.2 12.25 -
YUV 157.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 181 162 77 0 0.10 0.57 0.29 49.04 0.41 0.51
Hex B5 A2 4D 0 A 39 1D 31 29 33
Octal 265 242 115 0 12 71 35 61 51 63
Binary 10110101 10100010 1001101 0 1010 111001 11101 110001 101001 110011

Color Harmonies of #B5A24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A24D

Black with #B5A24D

Text Example


Text Example

White with #B5A24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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