#B45D4E

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

Shades of Flame Pea #B45D4E

Tints of Flame Pea #B45D4E

Color information

#B45D4E (or 0xB45D4E) is unknown color: approx Flame Pea. HEX triplet: B4, 5D and 4E. RGB value is (180,93,78). Sum of RGB (Red+Green+Blue) = 180+93+78=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45D4E is #4BA2B1. Grayscale: #757575. Windows color (decimal): -4956850 or 5135796. OLE color: 5135796.

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

Color convert

RGB1809378-
CMYK00.480.570.29
HSL8.82º40.48%50.59%-
HSV(B)8.82º56.67%70.59%-
XYZ24.1118.089.43-
YUV117.3105.82172.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=51.28%
G=26.50%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180937800.480.570.298.8240.4850.59
HexB45D4E030391D92833
Octal2641351160607135115063
Binary10110100101110110011100110000111001111011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D4E; }

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

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

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

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

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

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

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

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