Html Css Color HEX #BD6B76 Tapestry

📋 copy color: '#BD6B76'

red 189 ◦ green 107 ◦ blue 118

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

Shades of Tapestry #BD6B76

Tints of Tapestry #BD6B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.5%

R = 45.65%
G = 25.85%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD6B76 (or 0xBD6B76) is known color: Tapestry. HEX triplet: BD, 6B and 76. RGB value is (189,107,118). Sum of RGB (Red+Green+Blue) = 189+107+118=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B76 is #429489. Grayscale: #848484. Windows color (decimal): -4363402 or 7760829. OLE color: 7760829.

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

Color convert

RGB 189 107 118 -
CMYK 0 0.43 0.38 0.26
HSL 351.95º 0.38% 0.58% -
HSV(B) 351.95º 0.43% 0.74% -
XYZ 29.51 22.64 19.95 -
YUV 132.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 189 107 118 0 0.43 0.38 0.26 351.95 0.38 0.58
Hex BD 6B 76 0 2B 26 1A 160 26 3A
Octal 275 153 166 0 53 46 32 540 46 72
Binary 10111101 1101011 1110110 0 101011 100110 11010 101100000 100110 111010

Color Harmonies of #BD6B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B76

Black with #BD6B76

Text Example


Text Example

White with #BD6B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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