Html Css Color HEX #BD767F Tapestry

📋 copy color: '#BD767F'

red 189 ◦ green 118 ◦ blue 127

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

Shades of Tapestry #BD767F

Tints of Tapestry #BD767F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.26%

R = 43.55%
G = 27.19%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD767F (or 0xBD767F) is known color: Tapestry. HEX triplet: BD, 76 and 7F. RGB value is (189,118,127). Sum of RGB (Red+Green+Blue) = 189+118+127=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD767F is #428980. Grayscale: #8C8C8C. Windows color (decimal): -4360577 or 8353469. OLE color: 8353469.

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

Color convert

RGB 189 118 127 -
CMYK 0 0.38 0.33 0.26
HSL 352.39º 0.35% 0.6% -
HSV(B) 352.39º 0.38% 0.74% -
XYZ 31.3 25.31 23.31 -
YUV 140.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 189 118 127 0 0.38 0.33 0.26 352.39 0.35 0.6
Hex BD 76 7F 0 26 21 1A 160 23 3C
Octal 275 166 177 0 46 41 32 540 43 74
Binary 10111101 1110110 1111111 0 100110 100001 11010 101100000 100011 111100

Color Harmonies of #BD767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD767F

Black with #BD767F

Text Example


Text Example

White with #BD767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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