#B16055

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

Shades of Flame Pea #B16055

Tints of Flame Pea #B16055

Color information

#B16055 (or 0xB16055) is unknown color: approx Flame Pea. HEX triplet: B1, 60 and 55. RGB value is (177,96,85). Sum of RGB (Red+Green+Blue) = 177+96+85=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B16055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16055 is #4E9FAA. Grayscale: #777777. Windows color (decimal): -5152683 or 5595313. OLE color: 5595313.

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

Color convert

RGB1779685-
CMYK00.460.520.31
HSL7.17º37.1%51.37%-
HSV(B)7.17º51.98%69.41%-
XYZ23.9518.3710.88-
YUV118.96108.84169.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 85 (33.59% from 255) = 23.74%
R=49.44%
G=26.82%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177968500.460.520.317.1737.151.37
HexB1605502E341F72533
Octal261140125056643774563
Binary1011000111000001010101010111011010011111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16055; }

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

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

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

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

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

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

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

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