Html Css Color HEX #BA7C7D Turkish Rose

📋 copy color: '#BA7C7D'

red 186 ◦ green 124 ◦ blue 125

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

Shades of Turkish Rose #BA7C7D

Tints of Turkish Rose #BA7C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.51%

 BLUE value IS 125 (49.22% from 255) = 28.74%

R = 42.76%
G = 28.51%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA7C7D (or 0xBA7C7D) is known color: Turkish Rose. HEX triplet: BA, 7C and 7D. RGB value is (186,124,125). Sum of RGB (Red+Green+Blue) = 186+124+125=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C7D is #458382. Grayscale: #8E8E8E. Windows color (decimal): -4555651 or 8223930. OLE color: 8223930.

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

Color convert

RGB 186 124 125 -
CMYK 0 0.33 0.33 0.27
HSL 359.03º 0.31% 0.61% -
HSV(B) 359.03º 0.33% 0.73% -
XYZ 31.16 26.34 22.84 -
YUV 142.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 186 124 125 0 0.33 0.33 0.27 359.03 0.31 0.61
Hex BA 7C 7D 0 21 21 1B 167 1F 3D
Octal 272 174 175 0 41 41 33 547 37 75
Binary 10111010 1111100 1111101 0 100001 100001 11011 101100111 11111 111101

Color Harmonies of #BA7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C7D

Black with #BA7C7D

Text Example


Text Example

White with #BA7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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