#b1552e

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

Shades of Fiery Orange #B1552E

Tints of Fiery Orange #B1552E

Color information

#B1552E (or 0xB1552E) is unknown color: approx Fiery Orange. HEX triplet: B1, 55 and 2E. RGB value is (177,85,46). Sum of RGB (Red+Green+Blue) = 177+85+46=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1552E is #4EAAD1. Grayscale: #6C6C6C. Windows color (decimal): -5155538 or 3036593. OLE color: 3036593.

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

Color convert

RGB1778546-
CMYK00.520.740.31
HSL17.86º58.74%43.73%-
HSV(B)17.86º74.01%69.41%-
XYZ21.8716.044.53-
YUV108.0692.98177.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=57.47%
G=27.60%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177854600.520.740.3117.8658.7443.73
HexB1552E0344A1F123b2c
Octal2611255606411237227354
Binary101100011010101101110011010010010101111110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1552e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1552e; }

 p { color: rgb(177,85,46); }

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

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

 a { background-color: rgb(177,85,46); }

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

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

 span { border-color: rgb(177,85,46); }

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