#B45B4F

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

Shades of Flame Pea #B45B4F

Tints of Flame Pea #B45B4F

Color information

#B45B4F (or 0xB45B4F) is unknown color: approx Flame Pea. HEX triplet: B4, 5B and 4F. RGB value is (180,91,79). Sum of RGB (Red+Green+Blue) = 180+91+79=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45B4F is #4BA4B0. Grayscale: #747474. Windows color (decimal): -4957361 or 5200820. OLE color: 5200820.

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

Color convert

RGB1809179-
CMYK00.490.560.29
HSL7.13º40.24%50.78%-
HSV(B)7.13º56.11%70.59%-
XYZ23.9717.759.56-
YUV116.24106.99173.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 79 (31.25% from 255) = 22.57%
R=51.43%
G=26%
B=22.57%

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
Decimal180917900.490.560.297.1340.2450.78
HexB45B4F031381D72833
Octal264133117061703575063
Binary1011010010110111001111011000111100011101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B4F; }

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

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

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

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

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

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

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

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