Html Css Color HEX #BD707C Tapestry

📋 copy color: '#BD707C'

red 189 ◦ green 112 ◦ blue 124

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

Shades of Tapestry #BD707C

Tints of Tapestry #BD707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 44.47%
G = 26.35%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD707C (or 0xBD707C) is known color: Tapestry. HEX triplet: BD, 70 and 7C. RGB value is (189,112,124). Sum of RGB (Red+Green+Blue) = 189+112+124=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD707C is #428F83. Grayscale: #888888. Windows color (decimal): -4362116 or 8155325. OLE color: 8155325.

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

Color convert

RGB 189 112 124 -
CMYK 0 0.41 0.34 0.26
HSL 350.65º 0.37% 0.59% -
HSV(B) 350.65º 0.41% 0.74% -
XYZ 30.42 23.86 22.07 -
YUV 136.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 189 112 124 0 0.41 0.34 0.26 350.65 0.37 0.59
Hex BD 70 7C 0 29 22 1A 15F 25 3B
Octal 275 160 174 0 51 42 32 537 45 73
Binary 10111101 1110000 1111100 0 101001 100010 11010 101011111 100101 111011

Color Harmonies of #BD707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD707C

Black with #BD707C

Text Example


Text Example

White with #BD707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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