#B95427

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

Shades of Fiery Orange #B95427

Tints of Fiery Orange #B95427

Color information

#B95427 (or 0xB95427) is unknown color: approx Fiery Orange. HEX triplet: B9, 54 and 27. RGB value is (185,84,39). Sum of RGB (Red+Green+Blue) = 185+84+39=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B95427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95427 is #46ABD8. Grayscale: #6D6D6D. Windows color (decimal): -4631513 or 2577593. OLE color: 2577593.

HSL color Cylindrical-coordinate representation of color #B95427: hue angle of 18.49º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B95427 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1858439-
CMYK00.550.790.27
HSL18.49º65.18%43.92%-
HSV(B)18.49º78.92%72.55%-
XYZ23.5416.83.92-
YUV109.0788.46182.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.06%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 39 (15.62% from 255) = 12.66%
R=60.06%
G=27.27%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185843900.550.790.2718.4965.1843.92
HexB954270374F1B12412c
Octal27112447067117332210154
Binary1011100110101001001110110111100111111011100101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95427; }

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

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

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

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

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

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

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

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