#B95721

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

Shades of Fiery Orange #B95721

Tints of Fiery Orange #B95721

Color information

#B95721 (or 0xB95721) is unknown color: approx Fiery Orange. HEX triplet: B9, 57 and 21. RGB value is (185,87,33). Sum of RGB (Red+Green+Blue) = 185+87+33=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B95721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95721 is #46A8DE. Grayscale: #6E6E6E. Windows color (decimal): -4630751 or 2185145. OLE color: 2185145.

HSL color Cylindrical-coordinate representation of color #B95721: hue angle of 21.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B95721 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1858733-
CMYK00.530.820.27
HSL21.32º69.72%42.75%-
HSV(B)21.32º82.16%72.55%-
XYZ23.6917.243.52-
YUV110.1584.47181.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.66%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 33 (13.28% from 255) = 10.82%
R=60.66%
G=28.52%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185873300.530.820.2721.3269.7242.75
HexB95721035521B15462b
Octal27112741065122332510653
Binary1011100110101111000010110101101001011011101011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95721; }

 p { color: rgb(185,87,33); }

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

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

 a { background-color: rgb(185,87,33); }

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

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

 span { border-color: rgb(185,87,33); }

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