#B7532C

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

Shades of Fiery Orange #B7532C

Tints of Fiery Orange #B7532C

Color information

#B7532C (or 0xB7532C) is unknown color: approx Fiery Orange. HEX triplet: B7, 53 and 2C. RGB value is (183,83,44). Sum of RGB (Red+Green+Blue) = 183+83+44=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7532C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7532C is #48ACD3. Grayscale: #6C6C6C. Windows color (decimal): -4762836 or 2905015. OLE color: 2905015.

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

Color convert

RGB1838344-
CMYK00.550.760.28
HSL16.83º61.23%44.51%-
HSV(B)16.83º75.96%71.76%-
XYZ23.0816.444.34-
YUV108.4591.63181.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.03%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 44 (17.58% from 255) = 14.19%
R=59.03%
G=26.77%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183834400.550.760.2816.8361.2344.51
HexB7532C0374C1C113d2d
Octal2671235406711434217555
Binary101101111010011101100011011110011001110010001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7532C; }

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

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

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

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

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

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

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

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