Html Css Color HEX #BC686C Turkish Rose

📋 copy color: '#BC686C'

red 188 ◦ green 104 ◦ blue 108

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

Shades of Turkish Rose #BC686C

Tints of Turkish Rose #BC686C

RGB

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

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

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

R = 47%
G = 26%
B = 27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC686C (or 0xBC686C) is known color: Turkish Rose. HEX triplet: BC, 68 and 6C. RGB value is (188,104,108). Sum of RGB (Red+Green+Blue) = 188+104+108=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC686C is #439793. Grayscale: #818181. Windows color (decimal): -4429716 or 7104700. OLE color: 7104700.

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

Color convert

RGB 188 104 108 -
CMYK 0 0.45 0.43 0.26
HSL 357.14º 0.39% 0.57% -
HSV(B) 357.14º 0.45% 0.74% -
XYZ 28.4 21.67 16.87 -
YUV 129.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 188 104 108 0 0.45 0.43 0.26 357.14 0.39 0.57
Hex BC 68 6C 0 2D 2B 1A 165 27 39
Octal 274 150 154 0 55 53 32 545 47 71
Binary 10111100 1101000 1101100 0 101101 101011 11010 101100101 100111 111001

Color Harmonies of #BC686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC686C

Black with #BC686C

Text Example


Text Example

White with #BC686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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