Html Css Color HEX #BC666F Turkish Rose

📋 copy color: '#BC666F'

red 188 ◦ green 102 ◦ blue 111

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

Shades of Turkish Rose #BC666F

Tints of Turkish Rose #BC666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.68%

R = 46.88%
G = 25.44%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC666F (or 0xBC666F) is known color: Turkish Rose. HEX triplet: BC, 66 and 6F. RGB value is (188,102,111). Sum of RGB (Red+Green+Blue) = 188+102+111=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC666F is #439990. Grayscale: #808080. Windows color (decimal): -4430225 or 7300796. OLE color: 7300796.

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

Color convert

RGB 188 102 111 -
CMYK 0 0.46 0.41 0.26
HSL 353.72º 0.39% 0.57% -
HSV(B) 353.72º 0.46% 0.74% -
XYZ 28.36 21.34 17.66 -
YUV 128.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 188 102 111 0 0.46 0.41 0.26 353.72 0.39 0.57
Hex BC 66 6F 0 2E 29 1A 162 27 39
Octal 274 146 157 0 56 51 32 542 47 71
Binary 10111100 1100110 1101111 0 101110 101001 11010 101100010 100111 111001

Color Harmonies of #BC666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC666F

Black with #BC666F

Text Example


Text Example

White with #BC666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC666F; }

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

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

background-color css

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

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

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

border-color css

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

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

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