#B15938

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

Shades of Fiery Orange #B15938

Tints of Fiery Orange #B15938

Color information

#B15938 (or 0xB15938) is unknown color: approx Fiery Orange. HEX triplet: B1, 59 and 38. RGB value is (177,89,56). Sum of RGB (Red+Green+Blue) = 177+89+56=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B15938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15938 is #4EA6C7. Grayscale: #6F6F6F. Windows color (decimal): -5154504 or 3692977. OLE color: 3692977.

HSL color Cylindrical-coordinate representation of color #B15938: hue angle of 16.36º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B15938 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1778956-
CMYK00.500.680.31
HSL16.36º51.93%45.69%-
HSV(B)16.36º68.36%69.41%-
XYZ22.4216.785.8-
YUV111.5596.65174.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 56 (22.27% from 255) = 17.39%
R=54.97%
G=27.64%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177895600.500.680.3116.3651.9345.69
HexB15938032441F10342e
Octal2611317006210437206456
Binary101100011011001111000011001010001001111110000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15938; }

 p { color: rgb(177,89,56); }

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

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

 a { background-color: rgb(177,89,56); }

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

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

 span { border-color: rgb(177,89,56); }

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