#BC654B

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

Shades of Flame Pea #BC654B

Tints of Flame Pea #BC654B

Color information

#BC654B (or 0xBC654B) is unknown color: approx Flame Pea. HEX triplet: BC, 65 and 4B. RGB value is (188,101,75). Sum of RGB (Red+Green+Blue) = 188+101+75=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC654B is #439AB4. Grayscale: #7C7C7C. Windows color (decimal): -4430517 or 4941244. OLE color: 4941244.

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

Color convert

RGB18810175-
CMYK00.460.600.26
HSL13.81º45.75%51.57%-
HSV(B)13.81º60.11%73.73%-
XYZ26.6620.519.21-
YUV124.05100.32173.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.65%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 75 (29.69% from 255) = 20.60%
R=51.65%
G=27.75%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881017500.460.600.2613.8145.7551.57
HexBC654B02E3C1Ae2e34
Octal2741451130567432165664
Binary10111100110010110010110101110111100110101110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC654B; }

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

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

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

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

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

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

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

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