Html Css Color HEX #BC6970 Turkish Rose

📋 copy color: '#BC6970'

red 188 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #BC6970

Tints of Turkish Rose #BC6970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.93%

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

R = 46.42%
G = 25.93%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC6970 (or 0xBC6970) is known color: Turkish Rose. HEX triplet: BC, 69 and 70. RGB value is (188,105,112). Sum of RGB (Red+Green+Blue) = 188+105+112=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6970 is #43968F. Grayscale: #828282. Windows color (decimal): -4429456 or 7367100. OLE color: 7367100.

HSL color Cylindrical-coordinate representation of color #BC6970: hue angle of 354.94º 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 #BC6970 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 105 112 -
CMYK 0 0.44 0.40 0.26
HSL 354.94º 0.38% 0.57% -
HSV(B) 354.94º 0.44% 0.74% -
XYZ 28.72 21.96 18.06 -
YUV 130.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 188 105 112 0 0.44 0.40 0.26 354.94 0.38 0.57
Hex BC 69 70 0 2C 28 1A 163 26 39
Octal 274 151 160 0 54 50 32 543 46 71
Binary 10111100 1101001 1110000 0 101100 101000 11010 101100011 100110 111001

Color Harmonies of #BC6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6970

Black with #BC6970

Text Example


Text Example

White with #BC6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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