#B15821

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

Shades of Fiery Orange #B15821

Tints of Fiery Orange #B15821

Color information

#B15821 (or 0xB15821) is unknown color: approx Fiery Orange. HEX triplet: B1, 58 and 21. RGB value is (177,88,33). Sum of RGB (Red+Green+Blue) = 177+88+33=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B15821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15821 is #4EA7DE. Grayscale: #6C6C6C. Windows color (decimal): -5154783 or 2185393. OLE color: 2185393.

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

Color convert

RGB1778833-
CMYK00.500.810.31
HSL22.92º68.57%41.18%-
HSV(B)22.92º81.36%69.41%-
XYZ21.916.443.46-
YUV108.3485.49176.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.40%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 33 (13.28% from 255) = 11.07%
R=59.40%
G=29.53%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177883300.500.810.3122.9268.5741.18
HexB15821032511F174529
Octal26113041062121372710551
Binary1011000110110001000010110010101000111111101111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15821; }

 p { color: rgb(177,88,33); }

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

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

 a { background-color: rgb(177,88,33); }

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

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

 span { border-color: rgb(177,88,33); }

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