Html Css Color HEX #BA7183 Tapestry

📋 copy color: '#BA7183'

red 186 ◦ green 113 ◦ blue 131

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

Shades of Tapestry #BA7183

Tints of Tapestry #BA7183

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.28%

 BLUE value IS 131 (51.56% from 255) = 30.47%

R = 43.26%
G = 26.28%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA7183 (or 0xBA7183) is known color: Tapestry. HEX triplet: BA, 71 and 83. RGB value is (186,113,131). Sum of RGB (Red+Green+Blue) = 186+113+131=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7183 is #458E7C. Grayscale: #888888. Windows color (decimal): -4558461 or 8614330. OLE color: 8614330.

HSL color Cylindrical-coordinate representation of color #BA7183: hue angle of 345.21º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7183 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 113 131 -
CMYK 0 0.39 0.30 0.27
HSL 345.21º 0.35% 0.59% -
HSV(B) 345.21º 0.39% 0.73% -
XYZ 30.25 23.89 24.49 -
YUV 136.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 186 113 131 0 0.39 0.30 0.27 345.21 0.35 0.59
Hex BA 71 83 0 27 1E 1B 159 23 3B
Octal 272 161 203 0 47 36 33 531 43 73
Binary 10111010 1110001 10000011 0 100111 11110 11011 101011001 100011 111011

Color Harmonies of #BA7183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7183

Black with #BA7183

Text Example


Text Example

White with #BA7183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7183; }

 p { color: rgb(186,113,131); }

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

background-color css

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

 a { background-color: rgb(186,113,131); }

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

border-color css

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

 span { border-color: rgb(186,113,131); }

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