#bb5625

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

Shades of Fiery Orange #BB5625

Tints of Fiery Orange #BB5625

Color information

#BB5625 (or 0xBB5625) is unknown color: approx Fiery Orange. HEX triplet: BB, 56 and 25. RGB value is (187,86,37). Sum of RGB (Red+Green+Blue) = 187+86+37=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5625 is #44A9DA. Grayscale: #6E6E6E. Windows color (decimal): -4499931 or 2447035. OLE color: 2447035.

HSL color Cylindrical-coordinate representation of color #BB5625: hue angle of 19.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB5625 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1878637-
CMYK00.540.800.27
HSL19.6º66.96%43.92%-
HSV(B)19.6º80.21%73.33%-
XYZ24.1617.353.83-
YUV110.6186.46182.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.32%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 37 (14.84% from 255) = 11.94%
R=60.32%
G=27.74%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187863700.540.800.2719.666.9643.92
HexBB5625036501B14432c
Octal27312645066120332410354
Binary1011101110101101001010110110101000011011101001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5625; }

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

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

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

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

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

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

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

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