#B2974A

Color #B2974A Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #B2974A

Tints of Husk #B2974A

Color information

#B2974A (or 0xB2974A) is unknown color: approx Husk. HEX triplet: B2, 97 and 4A. RGB value is (178,151,74). Sum of RGB (Red+Green+Blue) = 178+151+74=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2974A is #4D68B5. Grayscale: #969696. Windows color (decimal): -5073078 or 4888498. OLE color: 4888498.

HSL color Cylindrical-coordinate representation of color #B2974A: hue angle of 44.42º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2974A is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17815174-
CMYK00.150.580.30
HSL44.42º41.27%49.41%-
HSV(B)44.42º58.43%69.8%-
XYZ30.6632.0911.06-
YUV150.384.95147.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 151 (59.38% from 255) = 37.47%
BLUE value IS 74 (29.30% from 255) = 18.36%
R=44.17%
G=37.47%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781517400.150.580.3044.4241.2749.41
HexB2974A0F3A1E2c2931
Octal2622271120177236545161
Binary101100101001011110010100111111101011110101100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2974A; }

 p { color: rgb(178,151,74); }

 H1.HeaderClassName
 {
   color: #B2974A;
 }
 .AnyTagClassName
 {
   color: #B2974A;
 }
</style>
background-color css

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

 a { background-color: rgb(178,151,74); }

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

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

 span { border-color: rgb(178,151,74); }

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