#BB5125

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

Shades of Fiery Orange #BB5125

Tints of Fiery Orange #BB5125

Color information

#BB5125 (or 0xBB5125) is unknown color: approx Fiery Orange. HEX triplet: BB, 51 and 25. RGB value is (187,81,37). Sum of RGB (Red+Green+Blue) = 187+81+37=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5125 is #44AEDA. Grayscale: #6B6B6B. Windows color (decimal): -4501211 or 2445755. OLE color: 2445755.

HSL color Cylindrical-coordinate representation of color #BB5125: hue angle of 17.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 #BB5125 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1878137-
CMYK00.570.800.27
HSL17.6º66.96%43.92%-
HSV(B)17.6º80.21%73.33%-
XYZ23.7716.583.7-
YUV107.6888.12184.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.31%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=61.31%
G=26.56%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187813700.570.800.2717.666.9643.92
HexBB5125039501B12432c
Octal27312145071120332210354
Binary1011101110100011001010111001101000011011100101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5125; }

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

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

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

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

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

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

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

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