#B95626

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

Shades of Fiery Orange #B95626

Tints of Fiery Orange #B95626

Color information

#B95626 (or 0xB95626) is unknown color: approx Fiery Orange. HEX triplet: B9, 56 and 26. RGB value is (185,86,38). Sum of RGB (Red+Green+Blue) = 185+86+38=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B95626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95626 is #46A9D9. Grayscale: #6E6E6E. Windows color (decimal): -4631002 or 2512569. OLE color: 2512569.

HSL color Cylindrical-coordinate representation of color #B95626: hue angle of 19.59º degrees, saturation: 0.66, 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 #B95626 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1858638-
CMYK00.540.790.27
HSL19.59º65.92%43.73%-
HSV(B)19.59º79.46%72.55%-
XYZ23.6917.113.89-
YUV110.1387.3181.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.87%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 38 (15.23% from 255) = 12.30%
R=59.87%
G=27.83%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185863800.540.790.2719.5965.9243.73
HexB956260364F1B14422c
Octal27112646066117332410254
Binary1011100110101101001100110110100111111011101001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95626; }

 p { color: rgb(185,86,38); }

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

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

 a { background-color: rgb(185,86,38); }

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

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

 span { border-color: rgb(185,86,38); }

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