#BC4906

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

Shades of Rust #BC4906

Tints of Rust #BC4906

Color information

#BC4906 (or 0xBC4906) is unknown color: approx Rust. HEX triplet: BC, 49 and 06. RGB value is (188,73,6). Sum of RGB (Red+Green+Blue) = 188+73+6=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4906 is #43B6F9. Grayscale: #646464. Windows color (decimal): -4437754 or 412092. OLE color: 412092.

HSL color Cylindrical-coordinate representation of color #BC4906: hue angle of 22.09º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC4906 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB188736-
CMYK00.610.970.26
HSL22.09º93.81%38.04%-
HSV(B)22.09º96.81%73.73%-
XYZ23.1515.471.94-
YUV99.7575.1190.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.41%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 6 (2.73% from 255) = 2.25%
R=70.41%
G=27.34%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18873600.610.970.2622.0993.8138.04
HexBC49603D611A165e26
Octal2741116075141322613646
Binary1011110010010011100111101110000111010101101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4906; }

 p { color: rgb(188,73,6); }

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

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

 a { background-color: rgb(188,73,6); }

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

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

 span { border-color: rgb(188,73,6); }

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