Html Css Color HEX #BC666E Turkish Rose

📋 copy color: '#BC666E'

red 188 ◦ green 102 ◦ blue 110

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

Shades of Turkish Rose #BC666E

Tints of Turkish Rose #BC666E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.5%

R = 47%
G = 25.5%
B = 27.5%

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

#BC666E (or 0xBC666E) is known color: Turkish Rose. HEX triplet: BC, 66 and 6E. RGB value is (188,102,110). Sum of RGB (Red+Green+Blue) = 188+102+110=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC666E is #439991. Grayscale: #808080. Windows color (decimal): -4430226 or 7235260. OLE color: 7235260.

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

Color convert

RGB 188 102 110 -
CMYK 0 0.46 0.41 0.26
HSL 354.42º 0.39% 0.57% -
HSV(B) 354.42º 0.46% 0.74% -
XYZ 28.3 21.32 17.38 -
YUV 128.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 188 102 110 0 0.46 0.41 0.26 354.42 0.39 0.57
Hex BC 66 6E 0 2E 29 1A 162 27 39
Octal 274 146 156 0 56 51 32 542 47 71
Binary 10111100 1100110 1101110 0 101110 101001 11010 101100010 100111 111001

Color Harmonies of #BC666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC666E

Black with #BC666E

Text Example


Text Example

White with #BC666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC666E; }

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

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

background-color css

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

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

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

border-color css

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

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

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