#B45B47

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

Shades of Flame Pea #B45B47

Tints of Flame Pea #B45B47

Color information

#B45B47 (or 0xB45B47) is unknown color: approx Flame Pea. HEX triplet: B4, 5B and 47. RGB value is (180,91,71). Sum of RGB (Red+Green+Blue) = 180+91+71=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B47 is #4BA4B8. Grayscale: #737373. Windows color (decimal): -4957369 or 4676532. OLE color: 4676532.

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

Color convert

RGB1809171-
CMYK00.490.610.29
HSL11.01º43.43%49.22%-
HSV(B)11.01º60.56%70.59%-
XYZ23.717.648.12-
YUV115.33102.99174.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 71 (28.12% from 255) = 20.76%
R=52.63%
G=26.61%
B=20.76%

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
Decimal180917100.490.610.2911.0143.4349.22
HexB45B470313D1Db2b31
Octal2641331070617535135361
Binary10110100101101110001110110001111101111011011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B47; }

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

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

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

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

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

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

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

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