#B65E4E

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

Shades of Flame Pea #B65E4E

Tints of Flame Pea #B65E4E

Color information

#B65E4E (or 0xB65E4E) is unknown color: approx Flame Pea. HEX triplet: B6, 5E and 4E. RGB value is (182,94,78). Sum of RGB (Red+Green+Blue) = 182+94+78=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65E4E is #49A1B1. Grayscale: #767676. Windows color (decimal): -4825522 or 5136054. OLE color: 5136054.

HSL color Cylindrical-coordinate representation of color #B65E4E: hue angle of 9.23º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B65E4E is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1829478-
CMYK00.480.570.29
HSL9.23º41.6%50.98%-
HSV(B)9.23º57.14%71.37%-
XYZ24.6718.59.48-
YUV118.49105.15173.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.41%
GREEN value IS 94 (37.11% from 255) = 26.55%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=51.41%
G=26.55%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182947800.480.570.299.2341.650.98
HexB65E4E030391D92a33
Octal2661361160607135115263
Binary10110110101111010011100110000111001111011001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E4E; }

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

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

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

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

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

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

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

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