#B95719

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

Shades of Fiery Orange #B95719

Tints of Fiery Orange #B95719

Color information

#B95719 (or 0xB95719) is unknown color: approx Fiery Orange. HEX triplet: B9, 57 and 19. RGB value is (185,87,25). Sum of RGB (Red+Green+Blue) = 185+87+25=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B95719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95719 is #46A8E6. Grayscale: #6D6D6D. Windows color (decimal): -4630759 or 1660857. OLE color: 1660857.

HSL color Cylindrical-coordinate representation of color #B95719: hue angle of 23.25º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B95719 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1858725-
CMYK00.530.860.27
HSL23.25º76.19%41.18%-
HSV(B)23.25º86.49%72.55%-
XYZ23.5917.23-
YUV109.2380.47182.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.29%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 25 (10.16% from 255) = 8.42%
R=62.29%
G=29.29%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185872500.530.860.2723.2576.1941.18
HexB95719035561B174c29
Octal27112731065126332711451
Binary101110011010111110010110101101011011011101111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95719; }

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

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

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

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

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

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

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

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