#B85D54

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

Shades of Flame Pea #B85D54

Tints of Flame Pea #B85D54

Color information

#B85D54 (or 0xB85D54) is unknown color: approx Flame Pea. HEX triplet: B8, 5D and 54. RGB value is (184,93,84). Sum of RGB (Red+Green+Blue) = 184+93+84=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D54 is #47A2AB. Grayscale: #777777. Windows color (decimal): -4694700 or 5529016. OLE color: 5529016.

HSL color Cylindrical-coordinate representation of color #B85D54: hue angle of 5.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85D54 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB1849384-
CMYK00.490.540.28
HSL5.4º41.32%52.55%-
HSV(B)5.4º54.35%72.16%-
XYZ25.2818.6610.66-
YUV119.18108.15174.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 84 (33.20% from 255) = 23.27%
R=50.97%
G=25.76%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184938400.490.540.285.441.3252.55
HexB85D54031361C52935
Octal270135124061663455165
Binary1011100010111011010100011000111011011100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85D54; }

 p { color: rgb(184,93,84); }

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

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

 a { background-color: rgb(184,93,84); }

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

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

 span { border-color: rgb(184,93,84); }

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