#B0954E

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

Shades of Husk #B0954E

Tints of Husk #B0954E

Color information

#B0954E (or 0xB0954E) is unknown color: approx Husk. HEX triplet: B0, 95 and 4E. RGB value is (176,149,78). Sum of RGB (Red+Green+Blue) = 176+149+78=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0954E is #4F6AB1. Grayscale: #959595. Windows color (decimal): -5204658 or 5150128. OLE color: 5150128.

HSL color Cylindrical-coordinate representation of color #B0954E: hue angle of 43.47º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0954E is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17614978-
CMYK00.150.560.31
HSL43.47º38.58%49.8%-
HSV(B)43.47º55.68%69.02%-
XYZ30.0331.2811.66-
YUV148.9887.95147.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=43.67%
G=36.97%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761497800.150.560.3143.4738.5849.8
HexB0954E0F381F2b2732
Octal2602251160177037534762
Binary101100001001010110011100111111100011111101011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0954E; }

 p { color: rgb(176,149,78); }

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

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

 a { background-color: rgb(176,149,78); }

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

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

 span { border-color: rgb(176,149,78); }

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