#BC5C4B

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

Shades of Flame Pea #BC5C4B

Tints of Flame Pea #BC5C4B

Color information

#BC5C4B (or 0xBC5C4B) is unknown color: approx Flame Pea. HEX triplet: BC, 5C and 4B. RGB value is (188,92,75). Sum of RGB (Red+Green+Blue) = 188+92+75=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C4B is #43A3B4. Grayscale: #767676. Windows color (decimal): -4432821 or 4938940. OLE color: 4938940.

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

Color convert

RGB1889275-
CMYK00.510.600.26
HSL9.03º45.75%51.57%-
HSV(B)9.03º60.11%73.73%-
XYZ25.8418.858.93-
YUV118.77103.3177.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=52.96%
G=25.92%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188927500.510.600.269.0345.7551.57
HexBC5C4B0333C1A92e34
Octal2741341130637432115664
Binary10111100101110010010110110011111100110101001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5C4B; }

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

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

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

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

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

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

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

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