Html Css Color HEX #BD7685 Tapestry

📋 copy color: '#BD7685'

red 189 ◦ green 118 ◦ blue 133

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

Shades of Tapestry #BD7685

Tints of Tapestry #BD7685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.82%

 BLUE value IS 133 (52.34% from 255) = 30.23%

R = 42.95%
G = 26.82%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD7685 (or 0xBD7685) is known color: Tapestry. HEX triplet: BD, 76 and 85. RGB value is (189,118,133). Sum of RGB (Red+Green+Blue) = 189+118+133=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7685 is #42897A. Grayscale: #8C8C8C. Windows color (decimal): -4360571 or 8746685. OLE color: 8746685.

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

Color convert

RGB 189 118 133 -
CMYK 0 0.38 0.30 0.26
HSL 347.32º 0.35% 0.6% -
HSV(B) 347.32º 0.38% 0.74% -
XYZ 31.7 25.47 25.44 -
YUV 140.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 189 118 133 0 0.38 0.30 0.26 347.32 0.35 0.6
Hex BD 76 85 0 26 1E 1A 15B 23 3C
Octal 275 166 205 0 46 36 32 533 43 74
Binary 10111101 1110110 10000101 0 100110 11110 11010 101011011 100011 111100

Color Harmonies of #BD7685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7685

Black with #BD7685

Text Example


Text Example

White with #BD7685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7685; }

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

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

background-color css

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

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

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

border-color css

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

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

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