#BC665D

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

Shades of Sunglo #BC665D

Tints of Sunglo #BC665D

Color information

#BC665D (or 0xBC665D) is unknown color: approx Sunglo. HEX triplet: BC, 66 and 5D. RGB value is (188,102,93). Sum of RGB (Red+Green+Blue) = 188+102+93=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC665D is #4399A2. Grayscale: #7E7E7E. Windows color (decimal): -4430243 or 6121148. OLE color: 6121148.

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

Color convert

RGB18810293-
CMYK00.460.510.26
HSL5.68º41.48%55.1%-
HSV(B)5.68º50.53%73.73%-
XYZ27.4720.9812.96-
YUV126.69108.99171.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=49.09%
G=26.63%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881029300.460.510.265.6841.4855.1
HexBC665D02E331A62937
Octal274146135056633265167
Binary1011110011001101011101010111011001111010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC665D; }

 p { color: rgb(188,102,93); }

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

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

 a { background-color: rgb(188,102,93); }

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

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

 span { border-color: rgb(188,102,93); }

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