Html Css Color HEX #BA656C Turkish Rose

📋 copy color: '#BA656C'

red 186 ◦ green 101 ◦ blue 108

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

Shades of Turkish Rose #BA656C

Tints of Turkish Rose #BA656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.57%

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

R = 47.09%
G = 25.57%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA656C (or 0xBA656C) is known color: Turkish Rose. HEX triplet: BA, 65 and 6C. RGB value is (186,101,108). Sum of RGB (Red+Green+Blue) = 186+101+108=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA656C is #459A93. Grayscale: #7F7F7F. Windows color (decimal): -4561556 or 7103930. OLE color: 7103930.

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

Color convert

RGB 186 101 108 -
CMYK 0 0.46 0.42 0.27
HSL 355.06º 0.38% 0.56% -
HSV(B) 355.06º 0.46% 0.73% -
XYZ 27.61 20.83 16.75 -
YUV 127.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 186 101 108 0 0.46 0.42 0.27 355.06 0.38 0.56
Hex BA 65 6C 0 2E 2A 1B 163 26 38
Octal 272 145 154 0 56 52 33 543 46 70
Binary 10111010 1100101 1101100 0 101110 101010 11011 101100011 100110 111000

Color Harmonies of #BA656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA656C

Black with #BA656C

Text Example


Text Example

White with #BA656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA656C; }

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

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

background-color css

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

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

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

border-color css

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

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

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