#BC615E

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

Shades of Sunglo #BC615E

Tints of Sunglo #BC615E

Color information

#BC615E (or 0xBC615E) is unknown color: approx Sunglo. HEX triplet: BC, 61 and 5E. RGB value is (188,97,94). Sum of RGB (Red+Green+Blue) = 188+97+94=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC615E is #439EA1. Grayscale: #7B7B7B. Windows color (decimal): -4431522 or 6185404. OLE color: 6185404.

HSL color Cylindrical-coordinate representation of color #BC615E: hue angle of 1.91º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC615E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB1889794-
CMYK00.480.500.26
HSL1.91º41.23%55.29%-
HSV(B)1.91º50%73.73%-
XYZ27.0320.0513.03-
YUV123.87111.15173.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.60%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=49.60%
G=25.59%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188979400.480.500.261.9141.2355.29
HexBC615E030321A22937
Octal274141136060623225167
Binary101111001100001101111001100001100101101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC615E; }

 p { color: rgb(188,97,94); }

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

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

 a { background-color: rgb(188,97,94); }

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

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

 span { border-color: rgb(188,97,94); }

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