Html Css Color HEX #B0A252 Husk

📋 copy color: '#B0A252'

red 176 ◦ green 162 ◦ blue 82

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

Shades of Husk #B0A252

Tints of Husk #B0A252

RGB

 RED value IS 176 (69.14% from 255) = 41.9%

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

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

R = 41.9%
G = 38.57%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B0A252 (or 0xB0A252) is known color: Husk. HEX triplet: B0, A2 and 52. RGB value is (176,162,82). Sum of RGB (Red+Green+Blue) = 176+162+82=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A252 is #4F5DAD. Grayscale: #9D9D9D. Windows color (decimal): -5201326 or 5415600. OLE color: 5415600.

HSL color Cylindrical-coordinate representation of color #B0A252: hue angle of 51.06º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0A252 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 162 82 -
CMYK 0 0.08 0.53 0.31
HSL 51.06º 0.37% 0.51% -
HSV(B) 51.06º 0.53% 0.69% -
XYZ 32.35 35.68 13.16 -
YUV 157.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 176 162 82 0 0.08 0.53 0.31 51.06 0.37 0.51
Hex B0 A2 52 0 8 35 1F 33 25 33
Octal 260 242 122 0 10 65 37 63 45 63
Binary 10110000 10100010 1010010 0 1000 110101 11111 110011 100101 110011

Color Harmonies of #B0A252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A252

Black with #B0A252

Text Example


Text Example

White with #B0A252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A252; }

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

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

background-color css

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

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

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

border-color css

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

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

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