#B65543

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

Shades of Flame Pea #B65543

Tints of Flame Pea #B65543

Color information

#B65543 (or 0xB65543) is unknown color: approx Flame Pea. HEX triplet: B6, 55 and 43. RGB value is (182,85,67). Sum of RGB (Red+Green+Blue) = 182+85+67=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B65543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65543 is #49AABC. Grayscale: #707070. Windows color (decimal): -4827837 or 4412854. OLE color: 4412854.

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

Color convert

RGB1828567-
CMYK00.530.630.29
HSL9.39º46.18%48.82%-
HSV(B)9.39º63.19%71.37%-
XYZ23.5516.857.32-
YUV111.95102.64177.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 67 (26.56% from 255) = 20.06%
R=54.49%
G=25.45%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182856700.530.630.299.3946.1848.82
HexB655430353F1D92e31
Octal2661251030657735115661
Binary10110110101010110000110110101111111111011001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65543; }

 p { color: rgb(182,85,67); }

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

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

 a { background-color: rgb(182,85,67); }

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

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

 span { border-color: rgb(182,85,67); }

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