#B46055

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

Shades of Flame Pea #B46055

Tints of Flame Pea #B46055

Color information

#B46055 (or 0xB46055) is unknown color: approx Flame Pea. HEX triplet: B4, 60 and 55. RGB value is (180,96,85). Sum of RGB (Red+Green+Blue) = 180+96+85=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B46055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46055 is #4B9FAA. Grayscale: #777777. Windows color (decimal): -4956075 or 5595316. OLE color: 5595316.

HSL color Cylindrical-coordinate representation of color #B46055: hue angle of 6.95º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B46055 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1809685-
CMYK00.470.530.29
HSL6.95º38.78%51.96%-
HSV(B)6.95º52.78%70.59%-
XYZ24.6418.7210.91-
YUV119.86108.33170.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=49.86%
G=26.59%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180968500.470.530.296.9538.7851.96
HexB4605502F351D72734
Octal264140125057653574764
Binary1011010011000001010101010111111010111101111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46055; }

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

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

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

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

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

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

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

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