#B16052

Color #B16052 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B16052

Tints of Flame Pea #B16052

Color information

#B16052 (or 0xB16052) is unknown color: approx Flame Pea. HEX triplet: B1, 60 and 52. RGB value is (177,96,82). Sum of RGB (Red+Green+Blue) = 177+96+82=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B16052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16052 is #4E9FAD. Grayscale: #767676. Windows color (decimal): -5152686 or 5398705. OLE color: 5398705.

HSL color Cylindrical-coordinate representation of color #B16052: hue angle of 8.84º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B16052 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1779682-
CMYK00.460.540.31
HSL8.84º37.85%50.78%-
HSV(B)8.84º53.67%69.41%-
XYZ23.8418.3210.26-
YUV118.62107.34169.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=49.86%
G=27.04%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177968200.460.540.318.8437.8550.78
HexB1605202E361F92633
Octal2611401220566637114663
Binary10110001110000010100100101110110110111111001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16052; }

 p { color: rgb(177,96,82); }

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

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

 a { background-color: rgb(177,96,82); }

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

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

 span { border-color: rgb(177,96,82); }

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