Html Css Color HEX #B2A058 Husk

📋 copy color: '#B2A058'

red 178 ◦ green 160 ◦ blue 88

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

Shades of Husk #B2A058

Tints of Husk #B2A058

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.56%

 BLUE value IS 88 (34.77% from 255) = 20.66%

R = 41.78%
G = 37.56%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B2A058 (or 0xB2A058) is known color: Husk. HEX triplet: B2, A0 and 58. RGB value is (178,160,88). Sum of RGB (Red+Green+Blue) = 178+160+88=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A058 is #4D5FA7. Grayscale: #9D9D9D. Windows color (decimal): -5070760 or 5808306. OLE color: 5808306.

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

Color convert

RGB 178 160 88 -
CMYK 0 0.10 0.51 0.30
HSL 48º 0.37% 0.52% -
HSV(B) 48º 0.51% 0.7% -
XYZ 32.69 35.31 14.33 -
YUV 157.17 88.96 142.85 -
System Red Green Blue C M Y K H S L
Decimal 178 160 88 0 0.10 0.51 0.30 48 0.37 0.52
Hex B2 A0 58 0 A 33 1E 30 25 34
Octal 262 240 130 0 12 63 36 60 45 64
Binary 10110010 10100000 1011000 0 1010 110011 11110 110000 100101 110100

Color Harmonies of #B2A058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A058

Black with #B2A058

Text Example


Text Example

White with #B2A058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A058; }

 p { color: rgb(178,160,88); }

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

background-color css

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

 a { background-color: rgb(178,160,88); }

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

border-color css

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

 span { border-color: rgb(178,160,88); }

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