#B95729

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

Shades of Fiery Orange #B95729

Tints of Fiery Orange #B95729

Color information

#B95729 (or 0xB95729) is unknown color: approx Fiery Orange. HEX triplet: B9, 57 and 29. RGB value is (185,87,41). Sum of RGB (Red+Green+Blue) = 185+87+41=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B95729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95729 is #46A8D6. Grayscale: #6F6F6F. Windows color (decimal): -4630743 or 2709433. OLE color: 2709433.

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

Color convert

RGB1858741-
CMYK00.530.780.27
HSL19.17º63.72%44.31%-
HSV(B)19.17º77.84%72.55%-
XYZ23.8217.294.18-
YUV111.0688.47180.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.11%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 41 (16.41% from 255) = 13.10%
R=59.11%
G=27.80%
B=13.10%

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
Decimal185874100.530.780.2719.1763.7244.31
HexB957290354E1B13402c
Octal27112751065116332310054
Binary1011100110101111010010110101100111011011100111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95729; }

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

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

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

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

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

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

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

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