#B8914D

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

Shades of Tussock #B8914D

Tints of Tussock #B8914D

Color information

#B8914D (or 0xB8914D) is unknown color: approx Tussock. HEX triplet: B8, 91 and 4D. RGB value is (184,145,77). Sum of RGB (Red+Green+Blue) = 184+145+77=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8914D is #476EB2. Grayscale: #959595. Windows color (decimal): -4681395 or 5083576. OLE color: 5083576.

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

Color convert

RGB18414577-
CMYK00.210.580.28
HSL38.13º42.97%51.18%-
HSV(B)38.13º58.15%72.16%-
XYZ31.2330.9811.35-
YUV148.9187.42153.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 77 (30.47% from 255) = 18.97%
R=45.32%
G=35.71%
B=18.97%

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
Decimal1841457700.210.580.2838.1342.9751.18
HexB8914D0153A1C262b33
Octal2702211150257234465363
Binary1011100010010001100110101010111101011100100110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8914D; }

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

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

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

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

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

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

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

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