#B75932

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

Shades of Fiery Orange #B75932

Tints of Fiery Orange #B75932

Color information

#B75932 (or 0xB75932) is unknown color: approx Fiery Orange. HEX triplet: B7, 59 and 32. RGB value is (183,89,50). Sum of RGB (Red+Green+Blue) = 183+89+50=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B75932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75932 is #48A6CD. Grayscale: #707070. Windows color (decimal): -4761294 or 3299767. OLE color: 3299767.

HSL color Cylindrical-coordinate representation of color #B75932: hue angle of 17.59º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B75932 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1838950-
CMYK00.510.730.28
HSL17.59º57.08%45.69%-
HSV(B)17.59º72.68%71.76%-
XYZ23.6817.445.14-
YUV112.6692.64178.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.83%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 50 (19.92% from 255) = 15.53%
R=56.83%
G=27.64%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183895000.510.730.2817.5957.0845.69
HexB75932033491C12392e
Octal2671316206311134227156
Binary101101111011001110010011001110010011110010010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75932; }

 p { color: rgb(183,89,50); }

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

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

 a { background-color: rgb(183,89,50); }

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

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

 span { border-color: rgb(183,89,50); }

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