Html Css Color HEX #B2A352 Husk

📋 copy color: '#B2A352'

red 178 ◦ green 163 ◦ blue 82

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

Shades of Husk #B2A352

Tints of Husk #B2A352

RGB

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

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

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

R = 42.08%
G = 38.53%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B2A352 (or 0xB2A352) is known color: Husk. HEX triplet: B2, A3 and 52. RGB value is (178,163,82). Sum of RGB (Red+Green+Blue) = 178+163+82=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A352 is #4D5CAD. Grayscale: #9E9E9E. Windows color (decimal): -5069998 or 5415858. OLE color: 5415858.

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

Color convert

RGB 178 163 82 -
CMYK 0 0.08 0.54 0.30
HSL 50.63º 0.38% 0.51% -
HSV(B) 50.63º 0.54% 0.7% -
XYZ 32.98 36.27 13.24 -
YUV 158.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 178 163 82 0 0.08 0.54 0.30 50.63 0.38 0.51
Hex B2 A3 52 0 8 36 1E 33 26 33
Octal 262 243 122 0 10 66 36 63 46 63
Binary 10110010 10100011 1010010 0 1000 110110 11110 110011 100110 110011

Color Harmonies of #B2A352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A352

Black with #B2A352

Text Example


Text Example

White with #B2A352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A352; }

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

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

background-color css

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

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

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

border-color css

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

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

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