#B85A45

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

Shades of Flame Pea #B85A45

Tints of Flame Pea #B85A45

Color information

#B85A45 (or 0xB85A45) is unknown color: approx Flame Pea. HEX triplet: B8, 5A and 45. RGB value is (184,90,69). Sum of RGB (Red+Green+Blue) = 184+90+69=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A45 is #47A5BA. Grayscale: #737373. Windows color (decimal): -4695483 or 4545208. OLE color: 4545208.

HSL color Cylindrical-coordinate representation of color #B85A45: hue angle of 10.96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85A45 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB1849069-
CMYK00.510.620.28
HSL10.96º45.45%49.61%-
HSV(B)10.96º62.5%72.16%-
XYZ24.517.937.8-
YUV115.71101.64176.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.64%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=53.64%
G=26.24%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184906900.510.620.2810.9645.4549.61
HexB85A450333E1Cb2d32
Octal2701321050637634135562
Binary10111000101101010001010110011111110111001011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A45; }

 p { color: rgb(184,90,69); }

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

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

 a { background-color: rgb(184,90,69); }

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

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

 span { border-color: rgb(184,90,69); }

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