#B45E54

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

Shades of Flame Pea #B45E54

Tints of Flame Pea #B45E54

Color information

#B45E54 (or 0xB45E54) is unknown color: approx Flame Pea. HEX triplet: B4, 5E and 54. RGB value is (180,94,84). Sum of RGB (Red+Green+Blue) = 180+94+84=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45E54 is #4BA1AB. Grayscale: #767676. Windows color (decimal): -4956588 or 5529268. OLE color: 5529268.

HSL color Cylindrical-coordinate representation of color #B45E54: hue angle of 6.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45E54 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1809484-
CMYK00.480.530.29
HSL6.25º39.02%51.76%-
HSV(B)6.25º53.33%70.59%-
XYZ24.4318.3510.64-
YUV118.57108.49171.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=50.28%
G=26.26%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180948400.480.530.296.2539.0251.76
HexB45E54030351D62734
Octal264136124060653564764
Binary1011010010111101010100011000011010111101110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E54; }

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

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

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

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

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

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

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

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