Html Css Color HEX #BA7779 Turkish Rose

📋 copy color: '#BA7779'

red 186 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #BA7779

Tints of Turkish Rose #BA7779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.93%

 BLUE value IS 121 (47.66% from 255) = 28.4%

R = 43.66%
G = 27.93%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA7779 (or 0xBA7779) is known color: Turkish Rose. HEX triplet: BA, 77 and 79. RGB value is (186,119,121). Sum of RGB (Red+Green+Blue) = 186+119+121=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7779 is #458886. Grayscale: #8B8B8B. Windows color (decimal): -4556935 or 7960506. OLE color: 7960506.

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

Color convert

RGB 186 119 121 -
CMYK 0 0.36 0.35 0.27
HSL 358.21º 0.33% 0.6% -
HSV(B) 358.21º 0.36% 0.73% -
XYZ 30.3 25.01 21.32 -
YUV 139.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 186 119 121 0 0.36 0.35 0.27 358.21 0.33 0.6
Hex BA 77 79 0 24 23 1B 166 21 3C
Octal 272 167 171 0 44 43 33 546 41 74
Binary 10111010 1110111 1111001 0 100100 100011 11011 101100110 100001 111100

Color Harmonies of #BA7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7779

Black with #BA7779

Text Example


Text Example

White with #BA7779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7779; }

 p { color: rgb(186,119,121); }

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

background-color css

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

 a { background-color: rgb(186,119,121); }

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

border-color css

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

 span { border-color: rgb(186,119,121); }

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