Html Css Color HEX #BC6671 Turkish Rose

📋 copy color: '#BC6671'

red 188 ◦ green 102 ◦ blue 113

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

Shades of Turkish Rose #BC6671

Tints of Turkish Rose #BC6671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.04%

R = 46.65%
G = 25.31%
B = 28.04%

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

#BC6671 (or 0xBC6671) is known color: Turkish Rose. HEX triplet: BC, 66 and 71. RGB value is (188,102,113). Sum of RGB (Red+Green+Blue) = 188+102+113=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6671 is #43998E. Grayscale: #818181. Windows color (decimal): -4430223 or 7431868. OLE color: 7431868.

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

Color convert

RGB 188 102 113 -
CMYK 0 0.46 0.40 0.26
HSL 352.33º 0.39% 0.57% -
HSV(B) 352.33º 0.46% 0.74% -
XYZ 28.47 21.39 18.25 -
YUV 128.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 188 102 113 0 0.46 0.40 0.26 352.33 0.39 0.57
Hex BC 66 71 0 2E 28 1A 160 27 39
Octal 274 146 161 0 56 50 32 540 47 71
Binary 10111100 1100110 1110001 0 101110 101000 11010 101100000 100111 111001

Color Harmonies of #BC6671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6671

Black with #BC6671

Text Example


Text Example

White with #BC6671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6671; }

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

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

background-color css

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

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

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

border-color css

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

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

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