#B45F4D

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

Shades of Flame Pea #B45F4D

Tints of Flame Pea #B45F4D

Color information

#B45F4D (or 0xB45F4D) is unknown color: approx Flame Pea. HEX triplet: B4, 5F and 4D. RGB value is (180,95,77). Sum of RGB (Red+Green+Blue) = 180+95+77=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45F4D is #4BA0B2. Grayscale: #767676. Windows color (decimal): -4956339 or 5070772. OLE color: 5070772.

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

Color convert

RGB1809577-
CMYK00.470.570.29
HSL10.49º40.71%50.39%-
HSV(B)10.49º57.22%70.59%-
XYZ24.2518.429.3-
YUV118.36104.66171.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=51.14%
G=26.99%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180957700.470.570.2910.4940.7150.39
HexB45F4D02F391Da2932
Octal2641371150577135125162
Binary10110100101111110011010101111111001111011010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F4D; }

 p { color: rgb(180,95,77); }

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

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

 a { background-color: rgb(180,95,77); }

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

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

 span { border-color: rgb(180,95,77); }

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