#B46054

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

Shades of Flame Pea #B46054

Tints of Flame Pea #B46054

Color information

#B46054 (or 0xB46054) is unknown color: approx Flame Pea. HEX triplet: B4, 60 and 54. RGB value is (180,96,84). Sum of RGB (Red+Green+Blue) = 180+96+84=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B46054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46054 is #4B9FAB. Grayscale: #777777. Windows color (decimal): -4956076 or 5529780. OLE color: 5529780.

HSL color Cylindrical-coordinate representation of color #B46054: hue angle of 7.5º 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 #B46054 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1809684-
CMYK00.470.530.29
HSL7.5º39.02%51.76%-
HSV(B)7.5º53.33%70.59%-
XYZ24.6118.7110.7-
YUV119.75107.83170.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=50%
G=26.67%
B=23.33%

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
Decimal180968400.470.530.297.539.0251.76
HexB4605402F351D82734
Octal2641401240576535104764
Binary10110100110000010101000101111110101111011000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46054; }

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

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

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

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

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

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

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

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