Html Css Color HEX #BC6670 Turkish Rose

📋 copy color: '#BC6670'

red 188 ◦ green 102 ◦ blue 112

#BC6670
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #BC6670

Tints of Turkish Rose #BC6670

RGB

 RED value IS 188 (73.83% from 255) = 46.77%

 GREEN value IS 102 (40.23% from 255) = 25.37%

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 46.77%
G = 25.37%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC6670 (or 0xBC6670) is known color: Turkish Rose. HEX triplet: BC, 66 and 70. RGB value is (188,102,112). Sum of RGB (Red+Green+Blue) = 188+102+112=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6670 is #43998F. Grayscale: #808080. Windows color (decimal): -4430224 or 7366332. OLE color: 7366332.

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

Color convert

RGB 188 102 112 -
CMYK 0 0.46 0.40 0.26
HSL 353.02º 0.39% 0.57% -
HSV(B) 353.02º 0.46% 0.74% -
XYZ 28.42 21.36 17.96 -
YUV 128.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 188 102 112 0 0.46 0.40 0.26 353.02 0.39 0.57
Hex BC 66 70 0 2E 28 1A 161 27 39
Octal 274 146 160 0 56 50 32 541 47 71
Binary 10111100 1100110 1110000 0 101110 101000 11010 101100001 100111 111001

Color Harmonies of #BC6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6670

Black with #BC6670

Text Example


Text Example

White with #BC6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6670; }

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

 H1.HeaderClassName
 {
   color: #BC6670;
 }
 .AnyTagClassName
 {
   color: #BC6670;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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