#BC696A

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

Shades of Turkish Rose #BC696A

Tints of Turkish Rose #BC696A

Color information

#BC696A (or 0xBC696A) is unknown color: approx Turkish Rose. HEX triplet: BC, 69 and 6A. RGB value is (188,105,106). Sum of RGB (Red+Green+Blue) = 188+105+106=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC696A is #439695. Grayscale: #828282. Windows color (decimal): -4429462 or 6973884. OLE color: 6973884.

HSL color Cylindrical-coordinate representation of color #BC696A: hue angle of 359.28º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC696A is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB188105106-
CMYK00.440.440.26
HSL359.28º38.25%57.45%-
HSV(B)359.28º44.15%73.73%-
XYZ28.3921.8416.35-
YUV129.93114.5169.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=47.12%
G=26.32%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810510600.440.440.26359.2838.2557.45
HexBC696A02C2C1A1672639
Octal27415115205454325474671
Binary1011110011010011101010010110010110011010101100111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC696A; }

 p { color: rgb(188,105,106); }

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

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

 a { background-color: rgb(188,105,106); }

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

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

 span { border-color: rgb(188,105,106); }

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