#B45E48

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

Shades of Flame Pea #B45E48

Tints of Flame Pea #B45E48

Color information

#B45E48 (or 0xB45E48) is unknown color: approx Flame Pea. HEX triplet: B4, 5E and 48. RGB value is (180,94,72). Sum of RGB (Red+Green+Blue) = 180+94+72=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45E48 is #4BA1B7. Grayscale: #757575. Windows color (decimal): -4956600 or 4742836. OLE color: 4742836.

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

Color convert

RGB1809472-
CMYK00.480.600.29
HSL12.22º42.86%49.41%-
HSV(B)12.22º60%70.59%-
XYZ23.9918.188.37-
YUV117.21102.49172.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=52.02%
G=27.17%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180947200.480.600.2912.2242.8649.41
HexB45E480303C1Dc2b31
Octal2641361100607435145361
Binary10110100101111010010000110000111100111011100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E48; }

 p { color: rgb(180,94,72); }

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

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

 a { background-color: rgb(180,94,72); }

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

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

 span { border-color: rgb(180,94,72); }

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