Html Css Color HEX #B2A354 Husk

📋 copy color: '#B2A354'

red 178 ◦ green 163 ◦ blue 84

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

Shades of Husk #B2A354

Tints of Husk #B2A354

RGB

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

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

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

R = 41.88%
G = 38.35%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B2A354 (or 0xB2A354) is known color: Husk. HEX triplet: B2, A3 and 54. RGB value is (178,163,84). Sum of RGB (Red+Green+Blue) = 178+163+84=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A354 is #4D5CAB. Grayscale: #9E9E9E. Windows color (decimal): -5069996 or 5546930. OLE color: 5546930.

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

Color convert

RGB 178 163 84 -
CMYK 0 0.08 0.53 0.30
HSL 50.43º 0.38% 0.51% -
HSV(B) 50.43º 0.53% 0.7% -
XYZ 33.06 36.3 13.65 -
YUV 158.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 178 163 84 0 0.08 0.53 0.30 50.43 0.38 0.51
Hex B2 A3 54 0 8 35 1E 32 26 33
Octal 262 243 124 0 10 65 36 62 46 63
Binary 10110010 10100011 1010100 0 1000 110101 11110 110010 100110 110011

Color Harmonies of #B2A354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A354

Black with #B2A354

Text Example


Text Example

White with #B2A354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A354; }

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

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

background-color css

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

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

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

border-color css

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

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

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