#bb542c

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

Shades of Fiery Orange #BB542C

Tints of Fiery Orange #BB542C

Color information

#BB542C (or 0xBB542C) is unknown color: approx Fiery Orange. HEX triplet: BB, 54 and 2C. RGB value is (187,84,44). Sum of RGB (Red+Green+Blue) = 187+84+44=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB542C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB542C is #44ABD3. Grayscale: #6E6E6E. Windows color (decimal): -4500436 or 2905275. OLE color: 2905275.

HSL color Cylindrical-coordinate representation of color #BB542C: hue angle of 16.78º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB542C is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1878444-
CMYK00.550.760.27
HSL16.78º61.9%45.29%-
HSV(B)16.78º76.47%73.33%-
XYZ24.1217.094.41-
YUV110.2490.62182.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.37%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 44 (17.58% from 255) = 13.97%
R=59.37%
G=26.67%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187844400.550.760.2716.7861.945.29
HexBB542C0374C1B113e2d
Octal2731245406711433217655
Binary101110111010100101100011011110011001101110001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb542c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb542c; }

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

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

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

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

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

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

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

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