Html Css Color HEX #BA6B6E Turkish Rose

📋 copy color: '#BA6B6E'

red 186 ◦ green 107 ◦ blue 110

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

Shades of Turkish Rose #BA6B6E

Tints of Turkish Rose #BA6B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.55%

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 46.15%
G = 26.55%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA6B6E (or 0xBA6B6E) is known color: Turkish Rose. HEX triplet: BA, 6B and 6E. RGB value is (186,107,110). Sum of RGB (Red+Green+Blue) = 186+107+110=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B6E is #459491. Grayscale: #838383. Windows color (decimal): -4560018 or 7236538. OLE color: 7236538.

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

Color convert

RGB 186 107 110 -
CMYK 0 0.42 0.41 0.27
HSL 357.72º 0.36% 0.57% -
HSV(B) 357.72º 0.42% 0.73% -
XYZ 28.32 22.08 17.52 -
YUV 130.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 186 107 110 0 0.42 0.41 0.27 357.72 0.36 0.57
Hex BA 6B 6E 0 2A 29 1B 166 24 39
Octal 272 153 156 0 52 51 33 546 44 71
Binary 10111010 1101011 1101110 0 101010 101001 11011 101100110 100100 111001

Color Harmonies of #BA6B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B6E

Black with #BA6B6E

Text Example


Text Example

White with #BA6B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B6E; }

 p { color: rgb(186,107,110); }

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

background-color css

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

 a { background-color: rgb(186,107,110); }

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

border-color css

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

 span { border-color: rgb(186,107,110); }

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