#B7904D

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

Shades of Tussock #B7904D

Tints of Tussock #B7904D

Color information

#B7904D (or 0xB7904D) is unknown color: approx Tussock. HEX triplet: B7, 90 and 4D. RGB value is (183,144,77). Sum of RGB (Red+Green+Blue) = 183+144+77=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7904D is #486FB2. Grayscale: #949494. Windows color (decimal): -4747187 or 5083319. OLE color: 5083319.

HSL color Cylindrical-coordinate representation of color #B7904D: hue angle of 37.92º degrees, saturation: 0.42, 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 #B7904D is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18314477-
CMYK00.210.580.28
HSL37.92º42.4%50.98%-
HSV(B)37.92º57.92%71.76%-
XYZ30.8430.5511.29-
YUV148.0287.92152.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 77 (30.47% from 255) = 19.06%
R=45.30%
G=35.64%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831447700.210.580.2837.9242.450.98
HexB7904D0153A1C262a33
Octal2672201150257234465263
Binary1011011110010000100110101010111101011100100110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7904D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7904D; }

 p { color: rgb(183,144,77); }

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

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

 a { background-color: rgb(183,144,77); }

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

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

 span { border-color: rgb(183,144,77); }

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