#B7984E

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

Shades of Husk #B7984E

Tints of Husk #B7984E

Color information

#B7984E (or 0xB7984E) is unknown color: approx Husk. HEX triplet: B7, 98 and 4E. RGB value is (183,152,78). Sum of RGB (Red+Green+Blue) = 183+152+78=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7984E is #4867B1. Grayscale: #999999. Windows color (decimal): -4745138 or 5150903. OLE color: 5150903.

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

Color convert

RGB18315278-
CMYK00.170.570.28
HSL42.29º42.17%51.18%-
HSV(B)42.29º57.38%71.76%-
XYZ32.1333.0711.9-
YUV152.8385.77149.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 78 (30.86% from 255) = 18.89%
R=44.31%
G=36.80%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831527800.170.570.2842.2942.1751.18
HexB7984E011391C2a2a33
Octal2672301160217134525263
Binary1011011110011000100111001000111100111100101010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7984E; }

 p { color: rgb(183,152,78); }

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

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

 a { background-color: rgb(183,152,78); }

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

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

 span { border-color: rgb(183,152,78); }

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