Html Css Color HEX #BC666B Turkish Rose

📋 copy color: '#BC666B'

red 188 ◦ green 102 ◦ blue 107

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

Shades of Turkish Rose #BC666B

Tints of Turkish Rose #BC666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.95%

R = 47.36%
G = 25.69%
B = 26.95%

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

#BC666B (or 0xBC666B) is known color: Turkish Rose. HEX triplet: BC, 66 and 6B. RGB value is (188,102,107). Sum of RGB (Red+Green+Blue) = 188+102+107=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC666B is #439994. Grayscale: #808080. Windows color (decimal): -4430229 or 7038652. OLE color: 7038652.

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

Color convert

RGB 188 102 107 -
CMYK 0 0.46 0.43 0.26
HSL 356.51º 0.39% 0.57% -
HSV(B) 356.51º 0.46% 0.74% -
XYZ 28.14 21.26 16.53 -
YUV 128.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 188 102 107 0 0.46 0.43 0.26 356.51 0.39 0.57
Hex BC 66 6B 0 2E 2B 1A 165 27 39
Octal 274 146 153 0 56 53 32 545 47 71
Binary 10111100 1100110 1101011 0 101110 101011 11010 101100101 100111 111001

Color Harmonies of #BC666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC666B

Black with #BC666B

Text Example


Text Example

White with #BC666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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