#B7532A

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

Shades of Fiery Orange #B7532A

Tints of Fiery Orange #B7532A

Color information

#B7532A (or 0xB7532A) is unknown color: approx Fiery Orange. HEX triplet: B7, 53 and 2A. RGB value is (183,83,42). Sum of RGB (Red+Green+Blue) = 183+83+42=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7532A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7532A is #48ACD5. Grayscale: #6C6C6C. Windows color (decimal): -4762838 or 2773943. OLE color: 2773943.

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

Color convert

RGB1838342-
CMYK00.550.770.28
HSL17.45º62.67%44.12%-
HSV(B)17.45º77.05%71.76%-
XYZ23.0416.424.15-
YUV108.2390.63181.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.42%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 42 (16.80% from 255) = 13.64%
R=59.42%
G=26.95%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183834200.550.770.2817.4562.6744.12
HexB7532A0374D1C113f2c
Octal2671235206711534217754
Binary101101111010011101010011011110011011110010001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7532A; }

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

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

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

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

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

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

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

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