#B65746

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

Shades of Flame Pea #B65746

Tints of Flame Pea #B65746

Color information

#B65746 (or 0xB65746) is unknown color: approx Flame Pea. HEX triplet: B6, 57 and 46. RGB value is (182,87,70). Sum of RGB (Red+Green+Blue) = 182+87+70=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B65746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65746 is #49A8B9. Grayscale: #717171. Windows color (decimal): -4827322 or 4609974. OLE color: 4609974.

HSL color Cylindrical-coordinate representation of color #B65746: hue angle of 9.11º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65746 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1828770-
CMYK00.520.620.29
HSL9.11º44.44%49.41%-
HSV(B)9.11º61.54%71.37%-
XYZ23.8117.27.86-
YUV113.47103.47176.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.69%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=53.69%
G=25.66%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182877000.520.620.299.1144.4449.41
HexB657460343E1D92c31
Octal2661271060647635115461
Binary10110110101011110001100110100111110111011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65746; }

 p { color: rgb(182,87,70); }

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

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

 a { background-color: rgb(182,87,70); }

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

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

 span { border-color: rgb(182,87,70); }

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