#BC6750

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

Shades of Flame Pea #BC6750

Tints of Flame Pea #BC6750

Color information

#BC6750 (or 0xBC6750) is unknown color: approx Flame Pea. HEX triplet: BC, 67 and 50. RGB value is (188,103,80). Sum of RGB (Red+Green+Blue) = 188+103+80=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6750 is #4398AF. Grayscale: #7D7D7D. Windows color (decimal): -4430000 or 5269436. OLE color: 5269436.

HSL color Cylindrical-coordinate representation of color #BC6750: hue angle of 12.78º degrees, saturation: 0.45, 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 #BC6750 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18810380-
CMYK00.450.570.26
HSL12.78º44.63%52.55%-
HSV(B)12.78º57.45%73.73%-
XYZ27.0420.9710.21-
YUV125.79102.16172.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=50.67%
G=27.76%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881038000.450.570.2612.7844.6352.55
HexBC675002D391Ad2d35
Octal2741471200557132155565
Binary10111100110011110100000101101111001110101101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6750; }

 p { color: rgb(188,103,80); }

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

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

 a { background-color: rgb(188,103,80); }

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

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

 span { border-color: rgb(188,103,80); }

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