Html Css Color HEX #BD6675 Tapestry

📋 copy color: '#BD6675'

red 189 ◦ green 102 ◦ blue 117

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

Shades of Tapestry #BD6675

Tints of Tapestry #BD6675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25%

 BLUE value IS 117 (46.09% from 255) = 28.68%

R = 46.32%
G = 25%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD6675 (or 0xBD6675) is known color: Tapestry. HEX triplet: BD, 66 and 75. RGB value is (189,102,117). Sum of RGB (Red+Green+Blue) = 189+102+117=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6675 is #42998A. Grayscale: #818181. Windows color (decimal): -4364683 or 7694013. OLE color: 7694013.

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

Color convert

RGB 189 102 117 -
CMYK 0 0.46 0.38 0.26
HSL 349.66º 0.4% 0.57% -
HSV(B) 349.66º 0.46% 0.74% -
XYZ 28.95 21.61 19.47 -
YUV 129.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 189 102 117 0 0.46 0.38 0.26 349.66 0.4 0.57
Hex BD 66 75 0 2E 26 1A 15E 28 39
Octal 275 146 165 0 56 46 32 536 50 71
Binary 10111101 1100110 1110101 0 101110 100110 11010 101011110 101000 111001

Color Harmonies of #BD6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6675

Black with #BD6675

Text Example


Text Example

White with #BD6675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6675; }

 p { color: rgb(189,102,117); }

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

background-color css

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

 a { background-color: rgb(189,102,117); }

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

border-color css

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

 span { border-color: rgb(189,102,117); }

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