#B46353

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

Shades of Flame Pea #B46353

Tints of Flame Pea #B46353

Color information

#B46353 (or 0xB46353) is unknown color: approx Flame Pea. HEX triplet: B4, 63 and 53. RGB value is (180,99,83). Sum of RGB (Red+Green+Blue) = 180+99+83=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B46353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46353 is #4B9CAC. Grayscale: #797979. Windows color (decimal): -4955309 or 5465012. OLE color: 5465012.

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

Color convert

RGB1809983-
CMYK00.450.540.29
HSL9.9º39.27%51.57%-
HSV(B)9.9º53.89%70.59%-
XYZ24.8519.2510.59-
YUV121.4106.34169.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 83 (32.81% from 255) = 22.93%
R=49.72%
G=27.35%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180998300.450.540.299.939.2751.57
HexB4635302D361Da2734
Octal2641431230556635124764
Binary10110100110001110100110101101110110111011010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46353; }

 p { color: rgb(180,99,83); }

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

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

 a { background-color: rgb(180,99,83); }

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

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

 span { border-color: rgb(180,99,83); }

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