#B15523

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

Shades of Fiery Orange #B15523

Tints of Fiery Orange #B15523

Color information

#B15523 (or 0xB15523) is unknown color: approx Fiery Orange. HEX triplet: B1, 55 and 23. RGB value is (177,85,35). Sum of RGB (Red+Green+Blue) = 177+85+35=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B15523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15523 is #4EAADC. Grayscale: #6B6B6B. Windows color (decimal): -5155549 or 2315697. OLE color: 2315697.

HSL color Cylindrical-coordinate representation of color #B15523: hue angle of 21.13º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B15523 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1778535-
CMYK00.520.800.31
HSL21.13º66.98%41.57%-
HSV(B)21.13º80.23%69.41%-
XYZ21.6815.973.53-
YUV106.8187.48178.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.60%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 35 (14.06% from 255) = 11.78%
R=59.60%
G=28.62%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177853500.520.800.3121.1366.9841.57
HexB15523034501F15432a
Octal26112543064120372510352
Binary1011000110101011000110110100101000011111101011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15523; }

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

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

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

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

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

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

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

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