#B65D49

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

Shades of Flame Pea #B65D49

Tints of Flame Pea #B65D49

Color information

#B65D49 (or 0xB65D49) is unknown color: approx Flame Pea. HEX triplet: B6, 5D and 49. RGB value is (182,93,73). Sum of RGB (Red+Green+Blue) = 182+93+73=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65D49 is #49A2B6. Grayscale: #757575. Windows color (decimal): -4825783 or 4808118. OLE color: 4808118.

HSL color Cylindrical-coordinate representation of color #B65D49: hue angle of 11.01º 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 #B65D49 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1829373-
CMYK00.490.600.29
HSL11.01º42.75%50%-
HSV(B)11.01º59.89%71.37%-
XYZ24.4118.258.54-
YUV117.33102.99174.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=52.30%
G=26.72%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182937300.490.600.2911.0142.7550
HexB65D490313C1Db2b32
Octal2661351110617435135362
Binary10110110101110110010010110001111100111011011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D49; }

 p { color: rgb(182,93,73); }

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

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

 a { background-color: rgb(182,93,73); }

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

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

 span { border-color: rgb(182,93,73); }

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