#B45C4F

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

Shades of Flame Pea #B45C4F

Tints of Flame Pea #B45C4F

Color information

#B45C4F (or 0xB45C4F) is unknown color: approx Flame Pea. HEX triplet: B4, 5C and 4F. RGB value is (180,92,79). Sum of RGB (Red+Green+Blue) = 180+92+79=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C4F is #4BA3B0. Grayscale: #747474. Windows color (decimal): -4957105 or 5201076. OLE color: 5201076.

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

Color convert

RGB1809279-
CMYK00.490.560.29
HSL7.72º40.24%50.78%-
HSV(B)7.72º56.11%70.59%-
XYZ24.0617.929.59-
YUV116.83106.65173.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=51.28%
G=26.21%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180927900.490.560.297.7240.2450.78
HexB45C4F031381D82833
Octal2641341170617035105063
Binary10110100101110010011110110001111000111011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C4F; }

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

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

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

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

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

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

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

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