#B7914D

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

Shades of Tussock #B7914D

Tints of Tussock #B7914D

Color information

#B7914D (or 0xB7914D) is unknown color: approx Tussock. HEX triplet: B7, 91 and 4D. RGB value is (183,145,77). Sum of RGB (Red+Green+Blue) = 183+145+77=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7914D is #486EB2. Grayscale: #949494. Windows color (decimal): -4746931 or 5083575. OLE color: 5083575.

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

Color convert

RGB18314577-
CMYK00.210.580.28
HSL38.49º42.4%50.98%-
HSV(B)38.49º57.92%71.76%-
XYZ30.9930.8511.34-
YUV148.6187.59152.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.19%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 77 (30.47% from 255) = 19.01%
R=45.19%
G=35.80%
B=19.01%

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
Decimal1831457700.210.580.2838.4942.450.98
HexB7914D0153A1C262a33
Octal2672211150257234465263
Binary1011011110010001100110101010111101011100100110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7914D; }

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

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

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

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

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

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

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

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