Html Css Color HEX #BC696C Turkish Rose

📋 copy color: '#BC696C'

red 188 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #BC696C

Tints of Turkish Rose #BC696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

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

R = 46.88%
G = 26.18%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC696C (or 0xBC696C) is known color: Turkish Rose. HEX triplet: BC, 69 and 6C. RGB value is (188,105,108). Sum of RGB (Red+Green+Blue) = 188+105+108=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC696C is #439693. Grayscale: #828282. Windows color (decimal): -4429460 or 7104956. OLE color: 7104956.

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

Color convert

RGB 188 105 108 -
CMYK 0 0.44 0.43 0.26
HSL 357.83º 0.38% 0.57% -
HSV(B) 357.83º 0.44% 0.74% -
XYZ 28.5 21.88 16.91 -
YUV 130.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 188 105 108 0 0.44 0.43 0.26 357.83 0.38 0.57
Hex BC 69 6C 0 2C 2B 1A 166 26 39
Octal 274 151 154 0 54 53 32 546 46 71
Binary 10111100 1101001 1101100 0 101100 101011 11010 101100110 100110 111001

Color Harmonies of #BC696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC696C

Black with #BC696C

Text Example


Text Example

White with #BC696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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