Html Css Color HEX #BD6B79 Tapestry

📋 copy color: '#BD6B79'

red 189 ◦ green 107 ◦ blue 121

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

Shades of Tapestry #BD6B79

Tints of Tapestry #BD6B79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.02%

R = 45.32%
G = 25.66%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD6B79 (or 0xBD6B79) is known color: Tapestry. HEX triplet: BD, 6B and 79. RGB value is (189,107,121). Sum of RGB (Red+Green+Blue) = 189+107+121=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B79 is #429486. Grayscale: #858585. Windows color (decimal): -4363399 or 7957437. OLE color: 7957437.

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

Color convert

RGB 189 107 121 -
CMYK 0 0.43 0.36 0.26
HSL 349.76º 0.38% 0.58% -
HSV(B) 349.76º 0.43% 0.74% -
XYZ 29.7 22.71 20.91 -
YUV 133.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 189 107 121 0 0.43 0.36 0.26 349.76 0.38 0.58
Hex BD 6B 79 0 2B 24 1A 15E 26 3A
Octal 275 153 171 0 53 44 32 536 46 72
Binary 10111101 1101011 1111001 0 101011 100100 11010 101011110 100110 111010

Color Harmonies of #BD6B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B79

Black with #BD6B79

Text Example


Text Example

White with #BD6B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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