#B45B4C

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

Shades of Flame Pea #B45B4C

Tints of Flame Pea #B45B4C

Color information

#B45B4C (or 0xB45B4C) is unknown color: approx Flame Pea. HEX triplet: B4, 5B and 4C. RGB value is (180,91,76). Sum of RGB (Red+Green+Blue) = 180+91+76=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B4C is #4BA4B3. Grayscale: #747474. Windows color (decimal): -4957364 or 5004212. OLE color: 5004212.

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

Color convert

RGB1809176-
CMYK00.490.580.29
HSL8.65º40.94%50.2%-
HSV(B)8.65º57.78%70.59%-
XYZ23.8717.719-
YUV115.9105.49173.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=51.87%
G=26.22%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180917600.490.580.298.6540.9450.2
HexB45B4C0313A1D92932
Octal2641331140617235115162
Binary10110100101101110011000110001111010111011001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B4C; }

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

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

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

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

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

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

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

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