#B95830

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

Shades of Fiery Orange #B95830

Tints of Fiery Orange #B95830

Color information

#B95830 (or 0xB95830) is unknown color: approx Fiery Orange. HEX triplet: B9, 58 and 30. RGB value is (185,88,48). Sum of RGB (Red+Green+Blue) = 185+88+48=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B95830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95830 is #46A7CF. Grayscale: #707070. Windows color (decimal): -4630480 or 3168441. OLE color: 3168441.

HSL color Cylindrical-coordinate representation of color #B95830: hue angle of 17.52º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B95830 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1858848-
CMYK00.520.740.27
HSL17.52º58.8%45.69%-
HSV(B)17.52º74.05%72.55%-
XYZ24.0317.514.91-
YUV112.4491.64179.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.63%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=57.63%
G=27.41%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185884800.520.740.2717.5258.845.69
HexB958300344A1B123b2e
Octal2711306006411233227356
Binary101110011011000110000011010010010101101110010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95830; }

 p { color: rgb(185,88,48); }

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

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

 a { background-color: rgb(185,88,48); }

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

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

 span { border-color: rgb(185,88,48); }

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