#BC615B

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

Shades of Sunglo #BC615B

Tints of Sunglo #BC615B

Color information

#BC615B (or 0xBC615B) is unknown color: approx Sunglo. HEX triplet: BC, 61 and 5B. RGB value is (188,97,91). Sum of RGB (Red+Green+Blue) = 188+97+91=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC615B is #439EA4. Grayscale: #7B7B7B. Windows color (decimal): -4431525 or 5988796. OLE color: 5988796.

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

Color convert

RGB1889791-
CMYK00.480.520.26
HSL3.71º41.99%54.71%-
HSV(B)3.71º51.6%73.73%-
XYZ26.92012.34-
YUV123.52109.65173.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=50%
G=25.80%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188979100.480.520.263.7141.9954.71
HexBC615B030341A42a37
Octal274141133060643245267
Binary1011110011000011011011011000011010011010100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC615B; }

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

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

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

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

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

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

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

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