#BB4700

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

Shades of Rust #BB4700

Tints of Rust #BB4700

Color information

#BB4700 (or 0xBB4700) is unknown color: approx Rust. HEX triplet: BB, 47 and 00. RGB value is (187,71,0). Sum of RGB (Red+Green+Blue) = 187+71+0=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4700 is #44B8FF. Grayscale: #616161. Windows color (decimal): -4503808 or 18363. OLE color: 18363.

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

Color convert

RGB187710-
CMYK00.6210.27
HSL22.78º100%36.67%-
HSV(B)22.78º100%73.33%-
XYZ22.7515.071.71-
YUV97.5972.93191.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 72.48%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.48%
G=27.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18771000.6210.2722.7810036.67
HexBB47003E641B176425
Octal2731070076144332714445
Binary10111011100011100111110110010011011101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4700; }

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

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

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

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

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

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

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

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