Html Css Color HEX #BA7A7C Turkish Rose

📋 copy color: '#BA7A7C'

red 186 ◦ green 122 ◦ blue 124

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

Shades of Turkish Rose #BA7A7C

Tints of Turkish Rose #BA7A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.24%

 BLUE value IS 124 (48.83% from 255) = 28.7%

R = 43.06%
G = 28.24%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA7A7C (or 0xBA7A7C) is known color: Turkish Rose. HEX triplet: BA, 7A and 7C. RGB value is (186,122,124). Sum of RGB (Red+Green+Blue) = 186+122+124=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A7C is #458583. Grayscale: #8D8D8D. Windows color (decimal): -4556164 or 8157882. OLE color: 8157882.

HSL color Cylindrical-coordinate representation of color #BA7A7C: hue angle of 358.12º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7A7C is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 122 124 -
CMYK 0 0.34 0.33 0.27
HSL 358.13º 0.32% 0.6% -
HSV(B) 358.13º 0.34% 0.73% -
XYZ 30.85 25.81 22.43 -
YUV 141.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 186 122 124 0 0.34 0.33 0.27 358.13 0.32 0.6
Hex BA 7A 7C 0 22 21 1B 166 20 3C
Octal 272 172 174 0 42 41 33 546 40 74
Binary 10111010 1111010 1111100 0 100010 100001 11011 101100110 100000 111100

Color Harmonies of #BA7A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A7C

Black with #BA7A7C

Text Example


Text Example

White with #BA7A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A7C; }

 p { color: rgb(186,122,124); }

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

background-color css

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

 a { background-color: rgb(186,122,124); }

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

border-color css

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

 span { border-color: rgb(186,122,124); }

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