#BB5127

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

Shades of Fiery Orange #BB5127

Tints of Fiery Orange #BB5127

Color information

#BB5127 (or 0xBB5127) is unknown color: approx Fiery Orange. HEX triplet: BB, 51 and 27. RGB value is (187,81,39). Sum of RGB (Red+Green+Blue) = 187+81+39=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5127 is #44AED8. Grayscale: #6C6C6C. Windows color (decimal): -4501209 or 2576827. OLE color: 2576827.

HSL color Cylindrical-coordinate representation of color #BB5127: hue angle of 17.03º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB5127 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1878139-
CMYK00.570.790.27
HSL17.03º65.49%44.31%-
HSV(B)17.03º79.14%73.33%-
XYZ23.816.63.87-
YUV107.9189.12184.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=60.91%
G=26.38%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187813900.570.790.2717.0365.4944.31
HexBB51270394F1B11412c
Octal27312147071117332110154
Binary1011101110100011001110111001100111111011100011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5127; }

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

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

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

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

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

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

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

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