Html Css Color HEX #BD6F8A Tapestry

📋 copy color: '#BD6F8A'

red 189 ◦ green 111 ◦ blue 138

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

Shades of Tapestry #BD6F8A

Tints of Tapestry #BD6F8A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.34%

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

R = 43.15%
G = 25.34%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD6F8A (or 0xBD6F8A) is known color: Tapestry. HEX triplet: BD, 6F and 8A. RGB value is (189,111,138). Sum of RGB (Red+Green+Blue) = 189+111+138=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6F8A is #429075. Grayscale: #898989. Windows color (decimal): -4362358 or 9072573. OLE color: 9072573.

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

Color convert

RGB 189 111 138 -
CMYK 0 0.41 0.27 0.26
HSL 339.23º 0.37% 0.59% -
HSV(B) 339.23º 0.41% 0.74% -
XYZ 31.26 24.02 27.03 -
YUV 137.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 189 111 138 0 0.41 0.27 0.26 339.23 0.37 0.59
Hex BD 6F 8A 0 29 1B 1A 153 25 3B
Octal 275 157 212 0 51 33 32 523 45 73
Binary 10111101 1101111 10001010 0 101001 11011 11010 101010011 100101 111011

Color Harmonies of #BD6F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6F8A

Black with #BD6F8A

Text Example


Text Example

White with #BD6F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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