#B45C47

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

Shades of Flame Pea #B45C47

Tints of Flame Pea #B45C47

Color information

#B45C47 (or 0xB45C47) is unknown color: approx Flame Pea. HEX triplet: B4, 5C and 47. RGB value is (180,92,71). Sum of RGB (Red+Green+Blue) = 180+92+71=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C47 is #4BA3B8. Grayscale: #747474. Windows color (decimal): -4957113 or 4676788. OLE color: 4676788.

HSL color Cylindrical-coordinate representation of color #B45C47: hue angle of 11.56º degrees, saturation: 0.43, 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 #B45C47 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1809271-
CMYK00.490.610.29
HSL11.56º43.43%49.22%-
HSV(B)11.56º60.56%70.59%-
XYZ23.7917.818.15-
YUV115.92102.65173.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 71 (28.12% from 255) = 20.70%
R=52.48%
G=26.82%
B=20.70%

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
Decimal180927100.490.610.2911.5643.4349.22
HexB45C470313D1Dc2b31
Octal2641341070617535145361
Binary10110100101110010001110110001111101111011100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C47; }

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

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

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

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

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

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

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

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