#B65E48

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

Shades of Flame Pea #B65E48

Tints of Flame Pea #B65E48

Color information

#B65E48 (or 0xB65E48) is unknown color: approx Flame Pea. HEX triplet: B6, 5E and 48. RGB value is (182,94,72). Sum of RGB (Red+Green+Blue) = 182+94+72=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65E48 is #49A1B7. Grayscale: #757575. Windows color (decimal): -4825528 or 4742838. OLE color: 4742838.

HSL color Cylindrical-coordinate representation of color #B65E48: hue angle of 12º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65E48 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1829472-
CMYK00.480.600.29
HSL12º43.31%49.8%-
HSV(B)12º60.44%71.37%-
XYZ24.4618.428.4-
YUV117.8102.15173.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=52.30%
G=27.01%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182947200.480.600.291243.3149.8
HexB65E480303C1Dc2b32
Octal2661361100607435145362
Binary10110110101111010010000110000111100111011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E48; }

 p { color: rgb(182,94,72); }

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

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

 a { background-color: rgb(182,94,72); }

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

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

 span { border-color: rgb(182,94,72); }

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