#BB5227

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

Shades of Fiery Orange #BB5227

Tints of Fiery Orange #BB5227

Color information

#BB5227 (or 0xBB5227) is unknown color: approx Fiery Orange. HEX triplet: BB, 52 and 27. RGB value is (187,82,39). Sum of RGB (Red+Green+Blue) = 187+82+39=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5227 is #44ADD8. Grayscale: #6C6C6C. Windows color (decimal): -4500953 or 2577083. OLE color: 2577083.

HSL color Cylindrical-coordinate representation of color #BB5227: hue angle of 17.43º 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 #BB5227 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1878239-
CMYK00.560.790.27
HSL17.43º65.49%44.31%-
HSV(B)17.43º79.14%73.33%-
XYZ23.8816.753.89-
YUV108.4988.79184-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.71%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 39 (15.62% from 255) = 12.66%
R=60.71%
G=26.62%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187823900.560.790.2717.4365.4944.31
HexBB52270384F1B11412c
Octal27312247070117332110154
Binary1011101110100101001110111000100111111011100011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5227; }

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

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

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

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

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

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

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

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