Html Css Color HEX #B2A252 Husk

📋 copy color: '#B2A252'

red 178 ◦ green 162 ◦ blue 82

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

Shades of Husk #B2A252

Tints of Husk #B2A252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.43%

R = 42.18%
G = 38.39%
B = 19.43%

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

#B2A252 (or 0xB2A252) is known color: Husk. HEX triplet: B2, A2 and 52. RGB value is (178,162,82). Sum of RGB (Red+Green+Blue) = 178+162+82=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A252 is #4D5DAD. Grayscale: #9E9E9E. Windows color (decimal): -5070254 or 5415602. OLE color: 5415602.

HSL color Cylindrical-coordinate representation of color #B2A252: hue angle of 50º degrees, saturation: 0.38, 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 #B2A252 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 162 82 -
CMYK 0 0.09 0.54 0.30
HSL 50º 0.38% 0.51% -
HSV(B) 50º 0.54% 0.7% -
XYZ 32.8 35.91 13.19 -
YUV 157.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 178 162 82 0 0.09 0.54 0.30 50 0.38 0.51
Hex B2 A2 52 0 9 36 1E 32 26 33
Octal 262 242 122 0 11 66 36 62 46 63
Binary 10110010 10100010 1010010 0 1001 110110 11110 110010 100110 110011

Color Harmonies of #B2A252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A252

Black with #B2A252

Text Example


Text Example

White with #B2A252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A252; }

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

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

background-color css

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

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

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

border-color css

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

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

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