#B85C45

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

Shades of Flame Pea #B85C45

Tints of Flame Pea #B85C45

Color information

#B85C45 (or 0xB85C45) is unknown color: approx Flame Pea. HEX triplet: B8, 5C and 45. RGB value is (184,92,69). Sum of RGB (Red+Green+Blue) = 184+92+69=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C45 is #47A3BA. Grayscale: #757575. Windows color (decimal): -4694971 or 4545720. OLE color: 4545720.

HSL color Cylindrical-coordinate representation of color #B85C45: hue angle of 12º 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 #B85C45 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB1849269-
CMYK00.500.620.28
HSL12º45.45%49.61%-
HSV(B)12º62.5%72.16%-
XYZ24.6718.277.86-
YUV116.89100.98175.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.33%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 69 (27.34% from 255) = 20%
R=53.33%
G=26.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184926900.500.620.281245.4549.61
HexB85C450323E1Cc2d32
Octal2701341050627634145562
Binary10111000101110010001010110010111110111001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85C45; }

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

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

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

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

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

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

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

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