#B9552D

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

Shades of Fiery Orange #B9552D

Tints of Fiery Orange #B9552D

Color information

#B9552D (or 0xB9552D) is unknown color: approx Fiery Orange. HEX triplet: B9, 55 and 2D. RGB value is (185,85,45). Sum of RGB (Red+Green+Blue) = 185+85+45=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9552D is #46AAD2. Grayscale: #6E6E6E. Windows color (decimal): -4631251 or 2971065. OLE color: 2971065.

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

Color convert

RGB1858545-
CMYK00.540.760.27
HSL17.14º60.87%45.1%-
HSV(B)17.14º75.68%72.55%-
XYZ23.73174.51-
YUV110.3491.13181.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.73%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 45 (17.97% from 255) = 14.29%
R=58.73%
G=26.98%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185854500.540.760.2717.1460.8745.1
HexB9552D0364C1B113d2d
Octal2711255506611433217555
Binary101110011010101101101011011010011001101110001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9552D; }

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

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

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

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

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

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

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

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