Html Css Color HEX #BD6978 Tapestry

📋 copy color: '#BD6978'

red 189 ◦ green 105 ◦ blue 120

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

Shades of Tapestry #BD6978

Tints of Tapestry #BD6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.36%

 BLUE value IS 120 (47.27% from 255) = 28.99%

R = 45.65%
G = 25.36%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD6978 (or 0xBD6978) is known color: Tapestry. HEX triplet: BD, 69 and 78. RGB value is (189,105,120). Sum of RGB (Red+Green+Blue) = 189+105+120=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6978 is #429687. Grayscale: #838383. Windows color (decimal): -4363912 or 7891389. OLE color: 7891389.

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

Color convert

RGB 189 105 120 -
CMYK 0 0.44 0.37 0.26
HSL 349.29º 0.39% 0.58% -
HSV(B) 349.29º 0.44% 0.74% -
XYZ 29.43 22.28 20.52 -
YUV 131.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 189 105 120 0 0.44 0.37 0.26 349.29 0.39 0.58
Hex BD 69 78 0 2C 25 1A 15D 27 3A
Octal 275 151 170 0 54 45 32 535 47 72
Binary 10111101 1101001 1111000 0 101100 100101 11010 101011101 100111 111010

Color Harmonies of #BD6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6978

Black with #BD6978

Text Example


Text Example

White with #BD6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6978; }

 p { color: rgb(189,105,120); }

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

background-color css

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

 a { background-color: rgb(189,105,120); }

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

border-color css

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

 span { border-color: rgb(189,105,120); }

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