Html Css Color HEX #BA767B Tapestry

📋 copy color: '#BA767B'

red 186 ◦ green 118 ◦ blue 123

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

Shades of Tapestry #BA767B

Tints of Tapestry #BA767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

 BLUE value IS 123 (48.44% from 255) = 28.81%

R = 43.56%
G = 27.63%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA767B (or 0xBA767B) is known color: Tapestry. HEX triplet: BA, 76 and 7B. RGB value is (186,118,123). Sum of RGB (Red+Green+Blue) = 186+118+123=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA767B is #458984. Grayscale: #8A8A8A. Windows color (decimal): -4557189 or 8091322. OLE color: 8091322.

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

Color convert

RGB 186 118 123 -
CMYK 0 0.37 0.34 0.27
HSL 355.59º 0.33% 0.6% -
HSV(B) 355.59º 0.37% 0.73% -
XYZ 30.3 24.83 21.93 -
YUV 138.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 186 118 123 0 0.37 0.34 0.27 355.59 0.33 0.6
Hex BA 76 7B 0 25 22 1B 164 21 3C
Octal 272 166 173 0 45 42 33 544 41 74
Binary 10111010 1110110 1111011 0 100101 100010 11011 101100100 100001 111100

Color Harmonies of #BA767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA767B

Black with #BA767B

Text Example


Text Example

White with #BA767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA767B; }

 p { color: rgb(186,118,123); }

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

background-color css

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

 a { background-color: rgb(186,118,123); }

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

border-color css

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

 span { border-color: rgb(186,118,123); }

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