#B65E4A

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

Shades of Flame Pea #B65E4A

Tints of Flame Pea #B65E4A

Color information

#B65E4A (or 0xB65E4A) is unknown color: approx Flame Pea. HEX triplet: B6, 5E and 4A. RGB value is (182,94,74). Sum of RGB (Red+Green+Blue) = 182+94+74=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65E4A is #49A1B5. Grayscale: #767676. Windows color (decimal): -4825526 or 4873910. OLE color: 4873910.

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

Color convert

RGB1829474-
CMYK00.480.590.29
HSL11.11º42.52%50.2%-
HSV(B)11.11º59.34%71.37%-
XYZ24.5318.448.75-
YUV118.03103.15173.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=52%
G=26.86%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182947400.480.590.2911.1142.5250.2
HexB65E4A0303B1Db2b32
Octal2661361120607335135362
Binary10110110101111010010100110000111011111011011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E4A; }

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

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

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

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

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

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

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

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