Html Css Color HEX #BC686E Turkish Rose

📋 copy color: '#BC686E'

red 188 ◦ green 104 ◦ blue 110

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

Shades of Turkish Rose #BC686E

Tints of Turkish Rose #BC686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.87%

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

R = 46.77%
G = 25.87%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC686E (or 0xBC686E) is known color: Turkish Rose. HEX triplet: BC, 68 and 6E. RGB value is (188,104,110). Sum of RGB (Red+Green+Blue) = 188+104+110=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC686E is #439791. Grayscale: #818181. Windows color (decimal): -4429714 or 7235772. OLE color: 7235772.

HSL color Cylindrical-coordinate representation of color #BC686E: hue angle of 355.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC686E is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 104 110 -
CMYK 0 0.45 0.41 0.26
HSL 355.71º 0.39% 0.57% -
HSV(B) 355.71º 0.45% 0.74% -
XYZ 28.5 21.72 17.44 -
YUV 129.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 188 104 110 0 0.45 0.41 0.26 355.71 0.39 0.57
Hex BC 68 6E 0 2D 29 1A 164 27 39
Octal 274 150 156 0 55 51 32 544 47 71
Binary 10111100 1101000 1101110 0 101101 101001 11010 101100100 100111 111001

Color Harmonies of #BC686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC686E

Black with #BC686E

Text Example


Text Example

White with #BC686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC686E; }

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

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

background-color css

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

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

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

border-color css

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

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

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