Html Css Color HEX #BC666C Turkish Rose

📋 copy color: '#BC666C'

red 188 ◦ green 102 ◦ blue 108

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

Shades of Turkish Rose #BC666C

Tints of Turkish Rose #BC666C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 47.24%
G = 25.63%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC666C (or 0xBC666C) is known color: Turkish Rose. HEX triplet: BC, 66 and 6C. RGB value is (188,102,108). Sum of RGB (Red+Green+Blue) = 188+102+108=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC666C is #439993. Grayscale: #808080. Windows color (decimal): -4430228 or 7104188. OLE color: 7104188.

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

Color convert

RGB 188 102 108 -
CMYK 0 0.46 0.43 0.26
HSL 355.81º 0.39% 0.57% -
HSV(B) 355.81º 0.46% 0.74% -
XYZ 28.2 21.28 16.81 -
YUV 128.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 188 102 108 0 0.46 0.43 0.26 355.81 0.39 0.57
Hex BC 66 6C 0 2E 2B 1A 164 27 39
Octal 274 146 154 0 56 53 32 544 47 71
Binary 10111100 1100110 1101100 0 101110 101011 11010 101100100 100111 111001

Color Harmonies of #BC666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC666C

Black with #BC666C

Text Example


Text Example

White with #BC666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC666C; }

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

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

background-color css

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

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

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

border-color css

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

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

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