Html Css Color HEX #BA696C Turkish Rose

📋 copy color: '#BA696C'

red 186 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #BA696C

Tints of Turkish Rose #BA696C

RGB

 RED value IS 186 (73.05% from 255) = 46.62%

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

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

R = 46.62%
G = 26.32%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA696C (or 0xBA696C) is known color: Turkish Rose. HEX triplet: BA, 69 and 6C. RGB value is (186,105,108). Sum of RGB (Red+Green+Blue) = 186+105+108=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA696C is #459693. Grayscale: #818181. Windows color (decimal): -4560532 or 7104954. OLE color: 7104954.

HSL color Cylindrical-coordinate representation of color #BA696C: hue angle of 357.78º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA696C is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 105 108 -
CMYK 0 0.44 0.42 0.27
HSL 357.78º 0.37% 0.57% -
HSV(B) 357.78º 0.44% 0.73% -
XYZ 28.01 21.62 16.89 -
YUV 129.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 186 105 108 0 0.44 0.42 0.27 357.78 0.37 0.57
Hex BA 69 6C 0 2C 2A 1B 166 25 39
Octal 272 151 154 0 54 52 33 546 45 71
Binary 10111010 1101001 1101100 0 101100 101010 11011 101100110 100101 111001

Color Harmonies of #BA696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA696C

Black with #BA696C

Text Example


Text Example

White with #BA696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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