Html Css Color HEX #BC6A71 Turkish Rose

📋 copy color: '#BC6A71'

red 188 ◦ green 106 ◦ blue 113

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

Shades of Turkish Rose #BC6A71

Tints of Turkish Rose #BC6A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.04%

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

R = 46.19%
G = 26.04%
B = 27.76%

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

#BC6A71 (or 0xBC6A71) is known color: Turkish Rose. HEX triplet: BC, 6A and 71. RGB value is (188,106,113). Sum of RGB (Red+Green+Blue) = 188+106+113=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A71 is #43958E. Grayscale: #838383. Windows color (decimal): -4429199 or 7432892. OLE color: 7432892.

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

Color convert

RGB 188 106 113 -
CMYK 0 0.44 0.40 0.26
HSL 354.88º 0.38% 0.58% -
HSV(B) 354.88º 0.44% 0.74% -
XYZ 28.87 22.19 18.38 -
YUV 131.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 188 106 113 0 0.44 0.40 0.26 354.88 0.38 0.58
Hex BC 6A 71 0 2C 28 1A 163 26 3A
Octal 274 152 161 0 54 50 32 543 46 72
Binary 10111100 1101010 1110001 0 101100 101000 11010 101100011 100110 111010

Color Harmonies of #BC6A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A71

Black with #BC6A71

Text Example


Text Example

White with #BC6A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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