#BC6551

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

Shades of Flame Pea #BC6551

Tints of Flame Pea #BC6551

Color information

#BC6551 (or 0xBC6551) is unknown color: approx Flame Pea. HEX triplet: BC, 65 and 51. RGB value is (188,101,81). Sum of RGB (Red+Green+Blue) = 188+101+81=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6551 is #439AAE. Grayscale: #7C7C7C. Windows color (decimal): -4430511 or 5334460. OLE color: 5334460.

HSL color Cylindrical-coordinate representation of color #BC6551: hue angle of 11.21º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC6551 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18810181-
CMYK00.460.570.26
HSL11.21º44.4%52.75%-
HSV(B)11.21º56.91%73.73%-
XYZ26.8820.5910.34-
YUV124.73103.32173.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=50.81%
G=27.30%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881018100.460.570.2611.2144.452.75
HexBC655102E391Ab2c35
Octal2741451210567132135465
Binary10111100110010110100010101110111001110101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6551; }

 p { color: rgb(188,101,81); }

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

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

 a { background-color: rgb(188,101,81); }

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

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

 span { border-color: rgb(188,101,81); }

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