#B95728

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

Shades of Fiery Orange #B95728

Tints of Fiery Orange #B95728

Color information

#B95728 (or 0xB95728) is unknown color: approx Fiery Orange. HEX triplet: B9, 57 and 28. RGB value is (185,87,40). Sum of RGB (Red+Green+Blue) = 185+87+40=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B95728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95728 is #46A8D7. Grayscale: #6F6F6F. Windows color (decimal): -4630744 or 2643897. OLE color: 2643897.

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

Color convert

RGB1858740-
CMYK00.530.780.27
HSL19.45º64.44%44.12%-
HSV(B)19.45º78.38%72.55%-
XYZ23.817.284.09-
YUV110.9487.97180.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.29%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 40 (16.02% from 255) = 12.82%
R=59.29%
G=27.88%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185874000.530.780.2719.4564.4444.12
HexB957280354E1B13402c
Octal27112750065116332310054
Binary1011100110101111010000110101100111011011100111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95728; }

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

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

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

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

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

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

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

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