Html Css Color HEX #BC686B Turkish Rose

📋 copy color: '#BC686B'

red 188 ◦ green 104 ◦ blue 107

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

Shades of Turkish Rose #BC686B

Tints of Turkish Rose #BC686B

RGB

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

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

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

R = 47.12%
G = 26.07%
B = 26.82%

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

#BC686B (or 0xBC686B) is known color: Turkish Rose. HEX triplet: BC, 68 and 6B. RGB value is (188,104,107). Sum of RGB (Red+Green+Blue) = 188+104+107=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC686B is #439794. Grayscale: #818181. Windows color (decimal): -4429717 or 7039164. OLE color: 7039164.

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

Color convert

RGB 188 104 107 -
CMYK 0 0.45 0.43 0.26
HSL 357.86º 0.39% 0.57% -
HSV(B) 357.86º 0.45% 0.74% -
XYZ 28.34 21.65 16.6 -
YUV 129.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 188 104 107 0 0.45 0.43 0.26 357.86 0.39 0.57
Hex BC 68 6B 0 2D 2B 1A 166 27 39
Octal 274 150 153 0 55 53 32 546 47 71
Binary 10111100 1101000 1101011 0 101101 101011 11010 101100110 100111 111001

Color Harmonies of #BC686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC686B

Black with #BC686B

Text Example


Text Example

White with #BC686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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