Html Css Color HEX #BD707E Tapestry

📋 copy color: '#BD707E'

red 189 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #BD707E

Tints of Tapestry #BD707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 44.26%
G = 26.23%
B = 29.51%

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

#BD707E (or 0xBD707E) is known color: Tapestry. HEX triplet: BD, 70 and 7E. RGB value is (189,112,126). Sum of RGB (Red+Green+Blue) = 189+112+126=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD707E is #428F81. Grayscale: #888888. Windows color (decimal): -4362114 or 8286397. OLE color: 8286397.

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

Color convert

RGB 189 112 126 -
CMYK 0 0.41 0.33 0.26
HSL 349.09º 0.37% 0.59% -
HSV(B) 349.09º 0.41% 0.74% -
XYZ 30.55 23.91 22.74 -
YUV 136.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 189 112 126 0 0.41 0.33 0.26 349.09 0.37 0.59
Hex BD 70 7E 0 29 21 1A 15D 25 3B
Octal 275 160 176 0 51 41 32 535 45 73
Binary 10111101 1110000 1111110 0 101001 100001 11010 101011101 100101 111011

Color Harmonies of #BD707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD707E

Black with #BD707E

Text Example


Text Example

White with #BD707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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