#BB541B

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

Shades of Fiery Orange #BB541B

Tints of Fiery Orange #BB541B

Color information

#BB541B (or 0xBB541B) is unknown color: approx Fiery Orange. HEX triplet: BB, 54 and 1B. RGB value is (187,84,27). Sum of RGB (Red+Green+Blue) = 187+84+27=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB541B is #44ABE4. Grayscale: #6C6C6C. Windows color (decimal): -4500453 or 1791163. OLE color: 1791163.

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

Color convert

RGB1878427-
CMYK00.550.860.27
HSL21.38º74.77%41.96%-
HSV(B)21.38º85.56%73.33%-
XYZ23.8616.983.06-
YUV108.382.12184.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.75%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 27 (10.94% from 255) = 9.06%
R=62.75%
G=28.19%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187842700.550.860.2721.3874.7741.96
HexBB541B037561B154b2a
Octal27312433067126332511352
Binary101110111010100110110110111101011011011101011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB541B; }

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

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

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

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

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

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

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

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