#B65647

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

Shades of Flame Pea #B65647

Tints of Flame Pea #B65647

Color information

#B65647 (or 0xB65647) is unknown color: approx Flame Pea. HEX triplet: B6, 56 and 47. RGB value is (182,86,71). Sum of RGB (Red+Green+Blue) = 182+86+71=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B65647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65647 is #49A9B8. Grayscale: #717171. Windows color (decimal): -4827577 or 4675254. OLE color: 4675254.

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

Color convert

RGB1828671-
CMYK00.530.610.29
HSL8.11º43.87%49.61%-
HSV(B)8.11º60.99%71.37%-
XYZ23.7617.068-
YUV112.99104.3177.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.69%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 71 (28.12% from 255) = 20.94%
R=53.69%
G=25.37%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182867100.530.610.298.1143.8749.61
HexB656470353D1D82c32
Octal2661261070657535105462
Binary10110110101011010001110110101111101111011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65647; }

 p { color: rgb(182,86,71); }

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

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

 a { background-color: rgb(182,86,71); }

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

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

 span { border-color: rgb(182,86,71); }

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