#B95224

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

Shades of Fiery Orange #B95224

Tints of Fiery Orange #B95224

Color information

#B95224 (or 0xB95224) is unknown color: approx Fiery Orange. HEX triplet: B9, 52 and 24. RGB value is (185,82,36). Sum of RGB (Red+Green+Blue) = 185+82+36=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B95224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95224 is #46ADDB. Grayscale: #6B6B6B. Windows color (decimal): -4632028 or 2380473. OLE color: 2380473.

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

Color convert

RGB1858236-
CMYK00.560.810.27
HSL18.52º67.42%43.33%-
HSV(B)18.52º80.54%72.55%-
XYZ23.3416.483.62-
YUV107.5587.62183.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 36 (14.45% from 255) = 11.88%
R=61.06%
G=27.06%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185823600.560.810.2718.5267.4243.33
HexB95224038511B13432b
Octal27112244070121332310353
Binary1011100110100101001000111000101000111011100111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95224; }

 p { color: rgb(185,82,36); }

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

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

 a { background-color: rgb(185,82,36); }

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

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

 span { border-color: rgb(185,82,36); }

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