#B65E4C

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

Shades of Flame Pea #B65E4C

Tints of Flame Pea #B65E4C

Color information

#B65E4C (or 0xB65E4C) is unknown color: approx Flame Pea. HEX triplet: B6, 5E and 4C. RGB value is (182,94,76). Sum of RGB (Red+Green+Blue) = 182+94+76=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65E4C is #49A1B3. Grayscale: #767676. Windows color (decimal): -4825524 or 5004982. OLE color: 5004982.

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

Color convert

RGB1829476-
CMYK00.480.580.29
HSL10.19º42.06%50.59%-
HSV(B)10.19º58.24%71.37%-
XYZ24.618.479.11-
YUV118.26104.15173.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.70%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=51.70%
G=26.70%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182947600.480.580.2910.1942.0650.59
HexB65E4C0303A1Da2a33
Octal2661361140607235125263
Binary10110110101111010011000110000111010111011010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E4C; }

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

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

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

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

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

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

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

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