#B7542E

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

Shades of Fiery Orange #B7542E

Tints of Fiery Orange #B7542E

Color information

#B7542E (or 0xB7542E) is unknown color: approx Fiery Orange. HEX triplet: B7, 54 and 2E. RGB value is (183,84,46). Sum of RGB (Red+Green+Blue) = 183+84+46=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7542E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7542E is #48ABD1. Grayscale: #6D6D6D. Windows color (decimal): -4762578 or 3036343. OLE color: 3036343.

HSL color Cylindrical-coordinate representation of color #B7542E: hue angle of 16.64º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7542E is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB1838446-
CMYK00.540.750.28
HSL16.64º59.83%44.9%-
HSV(B)16.64º74.86%71.76%-
XYZ23.1916.614.57-
YUV109.2792.3180.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 46 (18.36% from 255) = 14.70%
R=58.47%
G=26.84%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183844600.540.750.2816.6459.8344.9
HexB7542E0364B1C113c2d
Octal2671245606611334217455
Binary101101111010100101110011011010010111110010001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7542E; }

 p { color: rgb(183,84,46); }

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

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

 a { background-color: rgb(183,84,46); }

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

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

 span { border-color: rgb(183,84,46); }

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