#BB4707

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

Shades of Rust #BB4707

Tints of Rust #BB4707

Color information

#BB4707 (or 0xBB4707) is unknown color: approx Rust. HEX triplet: BB, 47 and 07. RGB value is (187,71,7). Sum of RGB (Red+Green+Blue) = 187+71+7=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4707 is #44B8F8. Grayscale: #626262. Windows color (decimal): -4503801 or 477115. OLE color: 477115.

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

Color convert

RGB187717-
CMYK00.620.960.27
HSL21.33º92.78%38.04%-
HSV(B)21.33º96.26%73.33%-
XYZ22.7915.091.91-
YUV98.3976.43191.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.57%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 7 (3.12% from 255) = 2.64%
R=70.57%
G=26.79%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18771700.620.960.2721.3392.7838.04
HexBB47703E601B155d26
Octal2731077076140332513546
Binary1011101110001111110111110110000011011101011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4707; }

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

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

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

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

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

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

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

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