#BB542F

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

Shades of Fiery Orange #BB542F

Tints of Fiery Orange #BB542F

Color information

#BB542F (or 0xBB542F) is unknown color: approx Fiery Orange. HEX triplet: BB, 54 and 2F. RGB value is (187,84,47). Sum of RGB (Red+Green+Blue) = 187+84+47=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB542F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB542F is #44ABD0. Grayscale: #6E6E6E. Windows color (decimal): -4500433 or 3101883. OLE color: 3101883.

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

Color convert

RGB1878447-
CMYK00.550.750.27
HSL15.86º59.83%45.88%-
HSV(B)15.86º74.87%73.33%-
XYZ24.1817.114.72-
YUV110.5892.12182.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.81%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 47 (18.75% from 255) = 14.78%
R=58.81%
G=26.42%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187844700.550.750.2715.8659.8345.88
HexBB542F0374B1B103c2e
Octal2731245706711333207456
Binary101110111010100101111011011110010111101110000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB542F; }

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

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

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

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

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

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

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

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