#B95928

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

Shades of Fiery Orange #B95928

Tints of Fiery Orange #B95928

Color information

#B95928 (or 0xB95928) is unknown color: approx Fiery Orange. HEX triplet: B9, 59 and 28. RGB value is (185,89,40). Sum of RGB (Red+Green+Blue) = 185+89+40=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B95928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95928 is #46A6D7. Grayscale: #707070. Windows color (decimal): -4630232 or 2644409. OLE color: 2644409.

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

Color convert

RGB1858940-
CMYK00.520.780.27
HSL20.28º64.44%44.12%-
HSV(B)20.28º78.38%72.55%-
XYZ23.9617.614.14-
YUV112.1287.3179.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.92%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 40 (16.02% from 255) = 12.74%
R=58.92%
G=28.34%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185894000.520.780.2720.2864.4444.12
HexB959280344E1B14402c
Octal27113150064116332410054
Binary1011100110110011010000110100100111011011101001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95928; }

 p { color: rgb(185,89,40); }

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

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

 a { background-color: rgb(185,89,40); }

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

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

 span { border-color: rgb(185,89,40); }

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