Html Css Color HEX #BA6B72 Turkish Rose

📋 copy color: '#BA6B72'

red 186 ◦ green 107 ◦ blue 114

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

Shades of Turkish Rose #BA6B72

Tints of Turkish Rose #BA6B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 45.7%
G = 26.29%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA6B72 (or 0xBA6B72) is known color: Turkish Rose. HEX triplet: BA, 6B and 72. RGB value is (186,107,114). Sum of RGB (Red+Green+Blue) = 186+107+114=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B72 is #45948D. Grayscale: #838383. Windows color (decimal): -4560014 or 7498682. OLE color: 7498682.

HSL color Cylindrical-coordinate representation of color #BA6B72: hue angle of 354.68º 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 #BA6B72 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 107 114 -
CMYK 0 0.42 0.39 0.27
HSL 354.68º 0.36% 0.57% -
HSV(B) 354.68º 0.42% 0.73% -
XYZ 28.54 22.17 18.69 -
YUV 131.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 186 107 114 0 0.42 0.39 0.27 354.68 0.36 0.57
Hex BA 6B 72 0 2A 27 1B 163 24 39
Octal 272 153 162 0 52 47 33 543 44 71
Binary 10111010 1101011 1110010 0 101010 100111 11011 101100011 100100 111001

Color Harmonies of #BA6B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B72

Black with #BA6B72

Text Example


Text Example

White with #BA6B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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