Html Css Color HEX #BA696D Turkish Rose

📋 copy color: '#BA696D'

red 186 ◦ green 105 ◦ blue 109

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

Shades of Turkish Rose #BA696D

Tints of Turkish Rose #BA696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.25%

R = 46.5%
G = 26.25%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA696D (or 0xBA696D) is known color: Turkish Rose. HEX triplet: BA, 69 and 6D. RGB value is (186,105,109). Sum of RGB (Red+Green+Blue) = 186+105+109=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA696D is #459692. Grayscale: #818181. Windows color (decimal): -4560531 or 7170490. OLE color: 7170490.

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

Color convert

RGB 186 105 109 -
CMYK 0 0.44 0.41 0.27
HSL 357.04º 0.37% 0.57% -
HSV(B) 357.04º 0.44% 0.73% -
XYZ 28.06 21.65 17.17 -
YUV 129.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 186 105 109 0 0.44 0.41 0.27 357.04 0.37 0.57
Hex BA 69 6D 0 2C 29 1B 165 25 39
Octal 272 151 155 0 54 51 33 545 45 71
Binary 10111010 1101001 1101101 0 101100 101001 11011 101100101 100101 111001

Color Harmonies of #BA696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA696D

Black with #BA696D

Text Example


Text Example

White with #BA696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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