#B95730

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

Shades of Fiery Orange #B95730

Tints of Fiery Orange #B95730

Color information

#B95730 (or 0xB95730) is unknown color: approx Fiery Orange. HEX triplet: B9, 57 and 30. RGB value is (185,87,48). Sum of RGB (Red+Green+Blue) = 185+87+48=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B95730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95730 is #46A8CF. Grayscale: #707070. Windows color (decimal): -4630736 or 3168185. OLE color: 3168185.

HSL color Cylindrical-coordinate representation of color #B95730: hue angle of 17.08º 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 #B95730 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1858748-
CMYK00.530.740.27
HSL17.08º58.8%45.69%-
HSV(B)17.08º74.05%72.55%-
XYZ23.9517.344.88-
YUV111.8691.97180.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.81%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 48 (19.14% from 255) = 15%
R=57.81%
G=27.19%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185874800.530.740.2717.0858.845.69
HexB957300354A1B113b2e
Octal2711276006511233217356
Binary101110011010111110000011010110010101101110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95730; }

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

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

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

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

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

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

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

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