#BB561B

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

Shades of Fiery Orange #BB561B

Tints of Fiery Orange #BB561B

Color information

#BB561B (or 0xBB561B) is unknown color: approx Fiery Orange. HEX triplet: BB, 56 and 1B. RGB value is (187,86,27). Sum of RGB (Red+Green+Blue) = 187+86+27=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB561B is #44A9E4. Grayscale: #6D6D6D. Windows color (decimal): -4499941 or 1791675. OLE color: 1791675.

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

Color convert

RGB1878627-
CMYK00.540.860.27
HSL22.12º74.77%41.96%-
HSV(B)22.12º85.56%73.33%-
XYZ24.0217.33.11-
YUV109.4781.46183.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.33%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 27 (10.94% from 255) = 9%
R=62.33%
G=28.67%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187862700.540.860.2722.1274.7741.96
HexBB561B036561B164b2a
Octal27312633066126332611352
Binary101110111010110110110110110101011011011101101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB561B; }

 p { color: rgb(187,86,27); }

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

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

 a { background-color: rgb(187,86,27); }

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

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

 span { border-color: rgb(187,86,27); }

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