#B85F4A

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

Shades of Flame Pea #B85F4A

Tints of Flame Pea #B85F4A

Color information

#B85F4A (or 0xB85F4A) is unknown color: approx Flame Pea. HEX triplet: B8, 5F and 4A. RGB value is (184,95,74). Sum of RGB (Red+Green+Blue) = 184+95+74=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85F4A is #47A0B5. Grayscale: #777777. Windows color (decimal): -4694198 or 4874168. OLE color: 4874168.

HSL color Cylindrical-coordinate representation of color #B85F4A: hue angle of 11.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85F4A is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1849574-
CMYK00.480.600.28
HSL11.45º43.65%50.59%-
HSV(B)11.45º59.78%72.16%-
XYZ25.118.878.8-
YUV119.22102.49174.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.12%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 74 (29.30% from 255) = 20.96%
R=52.12%
G=26.91%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184957400.480.600.2811.4543.6550.59
HexB85F4A0303C1Cb2c33
Octal2701371120607434135463
Binary10111000101111110010100110000111100111001011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F4A; }

 p { color: rgb(184,95,74); }

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

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

 a { background-color: rgb(184,95,74); }

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

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

 span { border-color: rgb(184,95,74); }

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