#B95428

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

Shades of Fiery Orange #B95428

Tints of Fiery Orange #B95428

Color information

#B95428 (or 0xB95428) is unknown color: approx Fiery Orange. HEX triplet: B9, 54 and 28. RGB value is (185,84,40). Sum of RGB (Red+Green+Blue) = 185+84+40=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B95428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95428 is #46ABD7. Grayscale: #6D6D6D. Windows color (decimal): -4631512 or 2643129. OLE color: 2643129.

HSL color Cylindrical-coordinate representation of color #B95428: hue angle of 18.21º 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 #B95428 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1858440-
CMYK00.550.780.27
HSL18.21º64.44%44.12%-
HSV(B)18.21º78.38%72.55%-
XYZ23.5616.814.01-
YUV109.1888.96182.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.87%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=59.87%
G=27.18%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185844000.550.780.2718.2164.4444.12
HexB954280374E1B12402c
Octal27112450067116332210054
Binary1011100110101001010000110111100111011011100101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95428; }

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

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

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

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

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

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

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

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