Html Css Color HEX #B2A251 Husk

📋 copy color: '#B2A251'

red 178 ◦ green 162 ◦ blue 81

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

Shades of Husk #B2A251

Tints of Husk #B2A251

RGB

 RED value IS 178 (69.92% from 255) = 42.28%

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

 BLUE value IS 81 (32.03% from 255) = 19.24%

R = 42.28%
G = 38.48%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B2A251 (or 0xB2A251) is known color: Husk. HEX triplet: B2, A2 and 51. RGB value is (178,162,81). Sum of RGB (Red+Green+Blue) = 178+162+81=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A251 is #4D5DAE. Grayscale: #9D9D9D. Windows color (decimal): -5070255 or 5350066. OLE color: 5350066.

HSL color Cylindrical-coordinate representation of color #B2A251: hue angle of 50.1º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2A251 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 162 81 -
CMYK 0 0.09 0.54 0.30
HSL 50.1º 0.39% 0.51% -
HSV(B) 50.1º 0.54% 0.7% -
XYZ 32.77 35.9 12.99 -
YUV 157.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 178 162 81 0 0.09 0.54 0.30 50.1 0.39 0.51
Hex B2 A2 51 0 9 36 1E 32 27 33
Octal 262 242 121 0 11 66 36 62 47 63
Binary 10110010 10100010 1010001 0 1001 110110 11110 110010 100111 110011

Color Harmonies of #B2A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A251

Black with #B2A251

Text Example


Text Example

White with #B2A251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A251; }

 p { color: rgb(178,162,81); }

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

background-color css

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

 a { background-color: rgb(178,162,81); }

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

border-color css

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

 span { border-color: rgb(178,162,81); }

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