Html Css Color HEX #BD6F8C Tapestry

📋 copy color: '#BD6F8C'

red 189 ◦ green 111 ◦ blue 140

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

Shades of Tapestry #BD6F8C

Tints of Tapestry #BD6F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 42.95%
G = 25.23%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD6F8C (or 0xBD6F8C) is known color: Tapestry. HEX triplet: BD, 6F and 8C. RGB value is (189,111,140). Sum of RGB (Red+Green+Blue) = 189+111+140=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6F8C is #429073. Grayscale: #898989. Windows color (decimal): -4362356 or 9203645. OLE color: 9203645.

HSL color Cylindrical-coordinate representation of color #BD6F8C: hue angle of 337.69º 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 #BD6F8C is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 111 140 -
CMYK 0 0.41 0.26 0.26
HSL 337.69º 0.37% 0.59% -
HSV(B) 337.69º 0.41% 0.74% -
XYZ 31.4 24.08 27.8 -
YUV 137.63 129.34 164.64 -
System Red Green Blue C M Y K H S L
Decimal 189 111 140 0 0.41 0.26 0.26 337.69 0.37 0.59
Hex BD 6F 8C 0 29 1A 1A 152 25 3B
Octal 275 157 214 0 51 32 32 522 45 73
Binary 10111101 1101111 10001100 0 101001 11010 11010 101010010 100101 111011

Color Harmonies of #BD6F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6F8C

Black with #BD6F8C

Text Example


Text Example

White with #BD6F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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