Html Css Color HEX #BD7A8A Tapestry

📋 copy color: '#BD7A8A'

red 189 ◦ green 122 ◦ blue 138

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

Shades of Tapestry #BD7A8A

Tints of Tapestry #BD7A8A

RGB

 RED value IS 189 (74.22% from 255) = 42.09%

 GREEN value IS 122 (48.05% from 255) = 27.17%

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 42.09%
G = 27.17%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD7A8A (or 0xBD7A8A) is known color: Tapestry. HEX triplet: BD, 7A and 8A. RGB value is (189,122,138). Sum of RGB (Red+Green+Blue) = 189+122+138=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7A8A is #428575. Grayscale: #8F8F8F. Windows color (decimal): -4359542 or 9075389. OLE color: 9075389.

HSL color Cylindrical-coordinate representation of color #BD7A8A: hue angle of 345.67º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7A8A is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 122 138 -
CMYK 0 0.35 0.27 0.26
HSL 345.67º 0.34% 0.61% -
HSV(B) 345.67º 0.35% 0.74% -
XYZ 32.53 26.57 27.46 -
YUV 143.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 189 122 138 0 0.35 0.27 0.26 345.67 0.34 0.61
Hex BD 7A 8A 0 23 1B 1A 15A 22 3D
Octal 275 172 212 0 43 33 32 532 42 75
Binary 10111101 1111010 10001010 0 100011 11011 11010 101011010 100010 111101

Color Harmonies of #BD7A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7A8A

Black with #BD7A8A

Text Example


Text Example

White with #BD7A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7A8A; }

 p { color: rgb(189,122,138); }

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

background-color css

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

 a { background-color: rgb(189,122,138); }

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

border-color css

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

 span { border-color: rgb(189,122,138); }

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