Html Css Color HEX #BD767D Tapestry

📋 copy color: '#BD767D'

red 189 ◦ green 118 ◦ blue 125

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

Shades of Tapestry #BD767D

Tints of Tapestry #BD767D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.94%

R = 43.75%
G = 27.31%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD767D (or 0xBD767D) is known color: Tapestry. HEX triplet: BD, 76 and 7D. RGB value is (189,118,125). Sum of RGB (Red+Green+Blue) = 189+118+125=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD767D is #428982. Grayscale: #8C8C8C. Windows color (decimal): -4360579 or 8222397. OLE color: 8222397.

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

Color convert

RGB 189 118 125 -
CMYK 0 0.38 0.34 0.26
HSL 354.08º 0.35% 0.6% -
HSV(B) 354.08º 0.38% 0.74% -
XYZ 31.17 25.26 22.63 -
YUV 140.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 189 118 125 0 0.38 0.34 0.26 354.08 0.35 0.6
Hex BD 76 7D 0 26 22 1A 162 23 3C
Octal 275 166 175 0 46 42 32 542 43 74
Binary 10111101 1110110 1111101 0 100110 100010 11010 101100010 100011 111100

Color Harmonies of #BD767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD767D

Black with #BD767D

Text Example


Text Example

White with #BD767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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