#BC8F51

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

Shades of Tussock #BC8F51

Tints of Tussock #BC8F51

Color information

#BC8F51 (or 0xBC8F51) is unknown color: approx Tussock. HEX triplet: BC, 8F and 51. RGB value is (188,143,81). Sum of RGB (Red+Green+Blue) = 188+143+81=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F51 is #4370AE. Grayscale: #959595. Windows color (decimal): -4419759 or 5345212. OLE color: 5345212.

HSL color Cylindrical-coordinate representation of color #BC8F51: hue angle of 34.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC8F51 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18814381-
CMYK00.240.570.26
HSL34.77º44.4%52.75%-
HSV(B)34.77º56.91%73.73%-
XYZ32.0530.9312.07-
YUV149.3989.41155.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=45.63%
G=34.71%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881438100.240.570.2634.7744.452.75
HexBC8F51018391A232c35
Octal2742171210307132435465
Binary1011110010001111101000101100011100111010100011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F51; }

 p { color: rgb(188,143,81); }

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

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

 a { background-color: rgb(188,143,81); }

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

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

 span { border-color: rgb(188,143,81); }

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