Html Css Color HEX #BC6870 Turkish Rose

📋 copy color: '#BC6870'

red 188 ◦ green 104 ◦ blue 112

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

Shades of Turkish Rose #BC6870

Tints of Turkish Rose #BC6870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.74%

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

R = 46.53%
G = 25.74%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC6870 (or 0xBC6870) is known color: Turkish Rose. HEX triplet: BC, 68 and 70. RGB value is (188,104,112). Sum of RGB (Red+Green+Blue) = 188+104+112=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6870 is #43978F. Grayscale: #828282. Windows color (decimal): -4429712 or 7366844. OLE color: 7366844.

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

Color convert

RGB 188 104 112 -
CMYK 0 0.45 0.40 0.26
HSL 354.29º 0.39% 0.57% -
HSV(B) 354.29º 0.45% 0.74% -
XYZ 28.61 21.76 18.02 -
YUV 130.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 188 104 112 0 0.45 0.40 0.26 354.29 0.39 0.57
Hex BC 68 70 0 2D 28 1A 162 27 39
Octal 274 150 160 0 55 50 32 542 47 71
Binary 10111100 1101000 1110000 0 101101 101000 11010 101100010 100111 111001

Color Harmonies of #BC6870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6870

Black with #BC6870

Text Example


Text Example

White with #BC6870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6870; }

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

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

background-color css

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

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

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

border-color css

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

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

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