#BB470E

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

Shades of Rust #BB470E

Tints of Rust #BB470E

Color information

#BB470E (or 0xBB470E) is unknown color: approx Rust. HEX triplet: BB, 47 and 0E. RGB value is (187,71,14). Sum of RGB (Red+Green+Blue) = 187+71+14=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB470E is #44B8F1. Grayscale: #636363. Windows color (decimal): -4503794 or 935867. OLE color: 935867.

HSL color Cylindrical-coordinate representation of color #BB470E: hue angle of 19.77º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB470E is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB1877114-
CMYK00.620.930.27
HSL19.77º86.07%39.41%-
HSV(B)19.77º92.51%73.33%-
XYZ22.8315.12.13-
YUV99.1979.93190.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.75%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 14 (5.86% from 255) = 5.15%
R=68.75%
G=26.10%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187711400.620.930.2719.7786.0739.41
HexBB47E03E5D1B145627
Octal27310716076135332412647
Binary10111011100011111100111110101110111011101001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB470E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB470E; }

 p { color: rgb(187,71,14); }

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

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

 a { background-color: rgb(187,71,14); }

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

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

 span { border-color: rgb(187,71,14); }

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