#B7542A

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

Shades of Fiery Orange #B7542A

Tints of Fiery Orange #B7542A

Color information

#B7542A (or 0xB7542A) is unknown color: approx Fiery Orange. HEX triplet: B7, 54 and 2A. RGB value is (183,84,42). Sum of RGB (Red+Green+Blue) = 183+84+42=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7542A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7542A is #48ABD5. Grayscale: #6D6D6D. Windows color (decimal): -4762582 or 2774199. OLE color: 2774199.

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

Color convert

RGB1838442-
CMYK00.540.770.28
HSL17.87º62.67%44.12%-
HSV(B)17.87º77.05%71.76%-
XYZ23.1216.584.17-
YUV108.8190.3180.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.22%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=59.22%
G=27.18%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183844200.540.770.2817.8762.6744.12
HexB7542A0364D1C123f2c
Octal2671245206611534227754
Binary101101111010100101010011011010011011110010010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7542A; }

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

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

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

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

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

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

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

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