#B95533

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

Shades of Fiery Orange #B95533

Tints of Fiery Orange #B95533

Color information

#B95533 (or 0xB95533) is unknown color: approx Fiery Orange. HEX triplet: B9, 55 and 33. RGB value is (185,85,51). Sum of RGB (Red+Green+Blue) = 185+85+51=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B95533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95533 is #46AACC. Grayscale: #6F6F6F. Windows color (decimal): -4631245 or 3364281. OLE color: 3364281.

HSL color Cylindrical-coordinate representation of color #B95533: hue angle of 15.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B95533 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1858551-
CMYK00.540.720.27
HSL15.22º56.78%46.27%-
HSV(B)15.22º72.43%72.55%-
XYZ23.8517.055.17-
YUV111.0294.13180.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.63%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=57.63%
G=26.48%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185855100.540.720.2715.2256.7846.27
HexB95533036481Bf392e
Octal2711256306611033177156
Binary10111001101010111001101101101001000110111111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95533; }

 p { color: rgb(185,85,51); }

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

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

 a { background-color: rgb(185,85,51); }

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

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

 span { border-color: rgb(185,85,51); }

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