Html Css Color HEX #BA666C Turkish Rose

📋 copy color: '#BA666C'

red 186 ◦ green 102 ◦ blue 108

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

Shades of Turkish Rose #BA666C

Tints of Turkish Rose #BA666C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.76%

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

R = 46.97%
G = 25.76%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA666C (or 0xBA666C) is known color: Turkish Rose. HEX triplet: BA, 66 and 6C. RGB value is (186,102,108). Sum of RGB (Red+Green+Blue) = 186+102+108=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA666C is #459993. Grayscale: #7F7F7F. Windows color (decimal): -4561300 or 7104186. OLE color: 7104186.

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

Color convert

RGB 186 102 108 -
CMYK 0 0.45 0.42 0.27
HSL 355.71º 0.38% 0.56% -
HSV(B) 355.71º 0.45% 0.73% -
XYZ 27.71 21.02 16.79 -
YUV 127.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 186 102 108 0 0.45 0.42 0.27 355.71 0.38 0.56
Hex BA 66 6C 0 2D 2A 1B 164 26 38
Octal 272 146 154 0 55 52 33 544 46 70
Binary 10111010 1100110 1101100 0 101101 101010 11011 101100100 100110 111000

Color Harmonies of #BA666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA666C

Black with #BA666C

Text Example


Text Example

White with #BA666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA666C; }

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

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

background-color css

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

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

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

border-color css

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

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

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