#BC654F

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

Shades of Flame Pea #BC654F

Tints of Flame Pea #BC654F

Color information

#BC654F (or 0xBC654F) is unknown color: approx Flame Pea. HEX triplet: BC, 65 and 4F. RGB value is (188,101,79). Sum of RGB (Red+Green+Blue) = 188+101+79=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC654F is #439AB0. Grayscale: #7C7C7C. Windows color (decimal): -4430513 or 5203388. OLE color: 5203388.

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

Color convert

RGB18810179-
CMYK00.460.580.26
HSL12.11º44.86%52.35%-
HSV(B)12.11º57.98%73.73%-
XYZ26.820.569.95-
YUV124.5102.32173.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=51.09%
G=27.45%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881017900.460.580.2612.1144.8652.35
HexBC654F02E3A1Ac2d34
Octal2741451170567232145564
Binary10111100110010110011110101110111010110101100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC654F; }

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

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

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

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

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

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

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

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