Html Css Color HEX #BD707F Tapestry

📋 copy color: '#BD707F'

red 189 ◦ green 112 ◦ blue 127

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

Shades of Tapestry #BD707F

Tints of Tapestry #BD707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.17%

 BLUE value IS 127 (50% from 255) = 29.67%

R = 44.16%
G = 26.17%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD707F (or 0xBD707F) is known color: Tapestry. HEX triplet: BD, 70 and 7F. RGB value is (189,112,127). Sum of RGB (Red+Green+Blue) = 189+112+127=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD707F is #428F80. Grayscale: #888888. Windows color (decimal): -4362113 or 8351933. OLE color: 8351933.

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

Color convert

RGB 189 112 127 -
CMYK 0 0.41 0.33 0.26
HSL 348.31º 0.37% 0.59% -
HSV(B) 348.31º 0.41% 0.74% -
XYZ 30.61 23.94 23.09 -
YUV 136.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 189 112 127 0 0.41 0.33 0.26 348.31 0.37 0.59
Hex BD 70 7F 0 29 21 1A 15C 25 3B
Octal 275 160 177 0 51 41 32 534 45 73
Binary 10111101 1110000 1111111 0 101001 100001 11010 101011100 100101 111011

Color Harmonies of #BD707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD707F

Black with #BD707F

Text Example


Text Example

White with #BD707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD707F; }

 p { color: rgb(189,112,127); }

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

background-color css

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

 a { background-color: rgb(189,112,127); }

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

border-color css

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

 span { border-color: rgb(189,112,127); }

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