Html Css Color HEX #B0A452 Husk

📋 copy color: '#B0A452'

red 176 ◦ green 164 ◦ blue 82

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

Shades of Husk #B0A452

Tints of Husk #B0A452

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

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

R = 41.71%
G = 38.86%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B0A452 (or 0xB0A452) is known color: Husk. HEX triplet: B0, A4 and 52. RGB value is (176,164,82). Sum of RGB (Red+Green+Blue) = 176+164+82=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A452 is #4F5BAD. Grayscale: #9E9E9E. Windows color (decimal): -5200814 or 5416112. OLE color: 5416112.

HSL color Cylindrical-coordinate representation of color #B0A452: hue angle of 52.34º 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 #B0A452 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 164 82 -
CMYK 0 0.07 0.53 0.31
HSL 52.34º 0.37% 0.51% -
HSV(B) 52.34º 0.53% 0.69% -
XYZ 32.7 36.39 13.28 -
YUV 158.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 176 164 82 0 0.07 0.53 0.31 52.34 0.37 0.51
Hex B0 A4 52 0 7 35 1F 34 25 33
Octal 260 244 122 0 7 65 37 64 45 63
Binary 10110000 10100100 1010010 0 111 110101 11111 110100 100101 110011

Color Harmonies of #B0A452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A452

Black with #B0A452

Text Example


Text Example

White with #B0A452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A452; }

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

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

background-color css

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

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

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

border-color css

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

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

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