#BC894B

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

Shades of Tussock #BC894B

Tints of Tussock #BC894B

Color information

#BC894B (or 0xBC894B) is unknown color: approx Tussock. HEX triplet: BC, 89 and 4B. RGB value is (188,137,75). Sum of RGB (Red+Green+Blue) = 188+137+75=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC894B is #4376B4. Grayscale: #919191. Windows color (decimal): -4421301 or 4950460. OLE color: 4950460.

HSL color Cylindrical-coordinate representation of color #BC894B: hue angle of 32.92º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC894B is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18813775-
CMYK00.270.600.26
HSL32.92º45.75%51.57%-
HSV(B)32.92º60.11%73.73%-
XYZ30.9529.0910.64-
YUV145.1888.4158.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 75 (29.69% from 255) = 18.75%
R=47%
G=34.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881377500.270.600.2632.9245.7551.57
HexBC894B01B3C1A212e34
Octal2742111130337432415664
Binary1011110010001001100101101101111110011010100001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC894B; }

 p { color: rgb(188,137,75); }

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

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

 a { background-color: rgb(188,137,75); }

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

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

 span { border-color: rgb(188,137,75); }

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