Html Css Color HEX #BD6B7F Tapestry

📋 copy color: '#BD6B7F'

red 189 ◦ green 107 ◦ blue 127

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

Shades of Tapestry #BD6B7F

Tints of Tapestry #BD6B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

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

R = 44.68%
G = 25.3%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD6B7F (or 0xBD6B7F) is known color: Tapestry. HEX triplet: BD, 6B and 7F. RGB value is (189,107,127). Sum of RGB (Red+Green+Blue) = 189+107+127=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B7F is #429480. Grayscale: #858585. Windows color (decimal): -4363393 or 8350653. OLE color: 8350653.

HSL color Cylindrical-coordinate representation of color #BD6B7F: hue angle of 345.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6B7F is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 107 127 -
CMYK 0 0.43 0.33 0.26
HSL 345.37º 0.38% 0.58% -
HSV(B) 345.37º 0.43% 0.74% -
XYZ 30.07 22.87 22.91 -
YUV 133.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 189 107 127 0 0.43 0.33 0.26 345.37 0.38 0.58
Hex BD 6B 7F 0 2B 21 1A 159 26 3A
Octal 275 153 177 0 53 41 32 531 46 72
Binary 10111101 1101011 1111111 0 101011 100001 11010 101011001 100110 111010

Color Harmonies of #BD6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B7F

Black with #BD6B7F

Text Example


Text Example

White with #BD6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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