Html Css Color HEX #B0A354 Husk

📋 copy color: '#B0A354'

red 176 ◦ green 163 ◦ blue 84

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

Shades of Husk #B0A354

Tints of Husk #B0A354

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

 BLUE value IS 84 (33.2% from 255) = 19.86%

R = 41.61%
G = 38.53%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B0A354 (or 0xB0A354) is known color: Husk. HEX triplet: B0, A3 and 54. RGB value is (176,163,84). Sum of RGB (Red+Green+Blue) = 176+163+84=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A354 is #4F5CAB. Grayscale: #9E9E9E. Windows color (decimal): -5201068 or 5546928. OLE color: 5546928.

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

Color convert

RGB 176 163 84 -
CMYK 0 0.07 0.52 0.31
HSL 51.52º 0.37% 0.51% -
HSV(B) 51.52º 0.52% 0.69% -
XYZ 32.6 36.06 13.63 -
YUV 157.88 86.31 140.92 -
System Red Green Blue C M Y K H S L
Decimal 176 163 84 0 0.07 0.52 0.31 51.52 0.37 0.51
Hex B0 A3 54 0 7 34 1F 34 25 33
Octal 260 243 124 0 7 64 37 64 45 63
Binary 10110000 10100011 1010100 0 111 110100 11111 110100 100101 110011

Color Harmonies of #B0A354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A354

Black with #B0A354

Text Example


Text Example

White with #B0A354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A354; }

 p { color: rgb(176,163,84); }

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

background-color css

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

 a { background-color: rgb(176,163,84); }

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

border-color css

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

 span { border-color: rgb(176,163,84); }

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