#B45C4E

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

Shades of Flame Pea #B45C4E

Tints of Flame Pea #B45C4E

Color information

#B45C4E (or 0xB45C4E) is unknown color: approx Flame Pea. HEX triplet: B4, 5C and 4E. RGB value is (180,92,78). Sum of RGB (Red+Green+Blue) = 180+92+78=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C4E is #4BA3B1. Grayscale: #747474. Windows color (decimal): -4957106 or 5135540. OLE color: 5135540.

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

Color convert

RGB1809278-
CMYK00.490.570.29
HSL8.24º40.48%50.59%-
HSV(B)8.24º56.67%70.59%-
XYZ24.0217.919.4-
YUV116.72106.15173.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=51.43%
G=26.29%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180927800.490.570.298.2440.4850.59
HexB45C4E031391D82833
Octal2641341160617135105063
Binary10110100101110010011100110001111001111011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C4E; }

 p { color: rgb(180,92,78); }

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

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

 a { background-color: rgb(180,92,78); }

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

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

 span { border-color: rgb(180,92,78); }

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