#BB854E

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

Shades of Tussock #BB854E

Tints of Tussock #BB854E

Color information

#BB854E (or 0xBB854E) is unknown color: approx Tussock. HEX triplet: BB, 85 and 4E. RGB value is (187,133,78). Sum of RGB (Red+Green+Blue) = 187+133+78=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB854E is #447AB1. Grayscale: #8F8F8F. Windows color (decimal): -4487858 or 5146043. OLE color: 5146043.

HSL color Cylindrical-coordinate representation of color #BB854E: hue angle of 30.28º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB854E is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18713378-
CMYK00.290.580.27
HSL30.28º44.49%51.96%-
HSV(B)30.28º58.29%73.33%-
XYZ30.2627.8911-
YUV142.8891.39159.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 78 (30.86% from 255) = 19.60%
R=46.98%
G=33.42%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871337800.290.580.2730.2844.4951.96
HexBB854E01D3A1B1e2c34
Octal2732051160357233365464
Binary101110111000010110011100111011110101101111110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB854E; }

 p { color: rgb(187,133,78); }

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

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

 a { background-color: rgb(187,133,78); }

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

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

 span { border-color: rgb(187,133,78); }

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