#BC604B

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

Shades of Flame Pea #BC604B

Tints of Flame Pea #BC604B

Color information

#BC604B (or 0xBC604B) is unknown color: approx Flame Pea. HEX triplet: BC, 60 and 4B. RGB value is (188,96,75). Sum of RGB (Red+Green+Blue) = 188+96+75=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC604B is #439FB4. Grayscale: #797979. Windows color (decimal): -4431797 or 4939964. OLE color: 4939964.

HSL color Cylindrical-coordinate representation of color #BC604B: hue angle of 11.15º 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 #BC604B is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1889675-
CMYK00.490.600.26
HSL11.15º45.75%51.57%-
HSV(B)11.15º60.11%73.73%-
XYZ26.1919.579.05-
YUV121.11101.98175.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=52.37%
G=26.74%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188967500.490.600.2611.1545.7551.57
HexBC604B0313C1Ab2e34
Octal2741401130617432135664
Binary10111100110000010010110110001111100110101011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC604B; }

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

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

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

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

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

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

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

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