#b95431

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

Shades of Fiery Orange #B95431

Tints of Fiery Orange #B95431

Color information

#B95431 (or 0xB95431) is unknown color: approx Fiery Orange. HEX triplet: B9, 54 and 31. RGB value is (185,84,49). Sum of RGB (Red+Green+Blue) = 185+84+49=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B95431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95431 is #46ABCE. Grayscale: #6E6E6E. Windows color (decimal): -4631503 or 3232953. OLE color: 3232953.

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

Color convert

RGB1858449-
CMYK00.550.740.27
HSL15.44º58.12%45.88%-
HSV(B)15.44º73.51%72.55%-
XYZ23.7316.884.91-
YUV110.2193.46181.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.18%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 49 (19.53% from 255) = 15.41%
R=58.18%
G=26.42%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185844900.550.740.2715.4458.1245.88
HexB954310374A1Bf3a2e
Octal2711246106711233177256
Binary10111001101010011000101101111001010110111111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b95431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b95431; }

 p { color: rgb(185,84,49); }

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

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

 a { background-color: rgb(185,84,49); }

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

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

 span { border-color: rgb(185,84,49); }

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