Html Css Color HEX #BA676A Turkish Rose

📋 copy color: '#BA676A'

red 186 ◦ green 103 ◦ blue 106

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

Shades of Turkish Rose #BA676A

Tints of Turkish Rose #BA676A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.08%

 BLUE value IS 106 (41.8% from 255) = 26.84%

R = 47.09%
G = 26.08%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA676A (or 0xBA676A) is known color: Turkish Rose. HEX triplet: BA, 67 and 6A. RGB value is (186,103,106). Sum of RGB (Red+Green+Blue) = 186+103+106=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA676A is #459895. Grayscale: #808080. Windows color (decimal): -4561046 or 6973370. OLE color: 6973370.

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

Color convert

RGB 186 103 106 -
CMYK 0 0.45 0.43 0.27
HSL 357.83º 0.38% 0.57% -
HSV(B) 357.83º 0.45% 0.73% -
XYZ 27.7 21.18 16.26 -
YUV 128.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 186 103 106 0 0.45 0.43 0.27 357.83 0.38 0.57
Hex BA 67 6A 0 2D 2B 1B 166 26 39
Octal 272 147 152 0 55 53 33 546 46 71
Binary 10111010 1100111 1101010 0 101101 101011 11011 101100110 100110 111001

Color Harmonies of #BA676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA676A

Black with #BA676A

Text Example


Text Example

White with #BA676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA676A; }

 p { color: rgb(186,103,106); }

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

background-color css

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

 a { background-color: rgb(186,103,106); }

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

border-color css

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

 span { border-color: rgb(186,103,106); }

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