#B45B46

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

Shades of Flame Pea #B45B46

Tints of Flame Pea #B45B46

Color information

#B45B46 (or 0xB45B46) is unknown color: approx Flame Pea. HEX triplet: B4, 5B and 46. RGB value is (180,91,70). Sum of RGB (Red+Green+Blue) = 180+91+70=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B46 is #4BA4B9. Grayscale: #737373. Windows color (decimal): -4957370 or 4610996. OLE color: 4610996.

HSL color Cylindrical-coordinate representation of color #B45B46: hue angle of 11.45º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B45B46 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1809170-
CMYK00.490.610.29
HSL11.45º44%49.02%-
HSV(B)11.45º61.11%70.59%-
XYZ23.6717.637.95-
YUV115.22102.49174.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.79%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=52.79%
G=26.69%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180917000.490.610.2911.454449.02
HexB45B460313D1Db2c31
Octal2641331060617535135461
Binary10110100101101110001100110001111101111011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B46; }

 p { color: rgb(180,91,70); }

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

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

 a { background-color: rgb(180,91,70); }

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

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

 span { border-color: rgb(180,91,70); }

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