#B7944C

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

Shades of Husk #B7944C

Tints of Husk #B7944C

Color information

#B7944C (or 0xB7944C) is unknown color: approx Husk. HEX triplet: B7, 94 and 4C. RGB value is (183,148,76). Sum of RGB (Red+Green+Blue) = 183+148+76=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7944C is #486BB3. Grayscale: #969696. Windows color (decimal): -4746164 or 5018807. OLE color: 5018807.

HSL color Cylindrical-coordinate representation of color #B7944C: hue angle of 40.37º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7944C is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18314876-
CMYK00.190.580.28
HSL40.37º42.63%50.78%-
HSV(B)40.37º58.47%71.76%-
XYZ31.4231.7711.31-
YUV150.2686.1151.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 76 (30.08% from 255) = 18.67%
R=44.96%
G=36.36%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831487600.190.580.2840.3742.6350.78
HexB7944C0133A1C282b33
Octal2672241140237234505363
Binary1011011110010100100110001001111101011100101000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7944C; }

 p { color: rgb(183,148,76); }

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

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

 a { background-color: rgb(183,148,76); }

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

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

 span { border-color: rgb(183,148,76); }

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