Html Css Color HEX #BC696E Turkish Rose

📋 copy color: '#BC696E'

red 188 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #BC696E

Tints of Turkish Rose #BC696E

RGB

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

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

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

R = 46.65%
G = 26.05%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC696E (or 0xBC696E) is known color: Turkish Rose. HEX triplet: BC, 69 and 6E. RGB value is (188,105,110). Sum of RGB (Red+Green+Blue) = 188+105+110=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC696E is #439691. Grayscale: #828282. Windows color (decimal): -4429458 or 7236028. OLE color: 7236028.

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

Color convert

RGB 188 105 110 -
CMYK 0 0.44 0.41 0.26
HSL 356.39º 0.38% 0.57% -
HSV(B) 356.39º 0.44% 0.74% -
XYZ 28.61 21.92 17.48 -
YUV 130.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 188 105 110 0 0.44 0.41 0.26 356.39 0.38 0.57
Hex BC 69 6E 0 2C 29 1A 164 26 39
Octal 274 151 156 0 54 51 32 544 46 71
Binary 10111100 1101001 1101110 0 101100 101001 11010 101100100 100110 111001

Color Harmonies of #BC696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC696E

Black with #BC696E

Text Example


Text Example

White with #BC696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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