Html Css Color HEX #BD777C Tapestry

📋 copy color: '#BD777C'

red 189 ◦ green 119 ◦ blue 124

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

Shades of Tapestry #BD777C

Tints of Tapestry #BD777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.55%

 BLUE value IS 124 (48.83% from 255) = 28.7%

R = 43.75%
G = 27.55%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD777C (or 0xBD777C) is known color: Tapestry. HEX triplet: BD, 77 and 7C. RGB value is (189,119,124). Sum of RGB (Red+Green+Blue) = 189+119+124=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD777C is #428883. Grayscale: #8C8C8C. Windows color (decimal): -4360324 or 8157117. OLE color: 8157117.

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

Color convert

RGB 189 119 124 -
CMYK 0 0.37 0.34 0.26
HSL 355.71º 0.35% 0.6% -
HSV(B) 355.71º 0.37% 0.74% -
XYZ 31.22 25.47 22.34 -
YUV 140.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 189 119 124 0 0.37 0.34 0.26 355.71 0.35 0.6
Hex BD 77 7C 0 25 22 1A 164 23 3C
Octal 275 167 174 0 45 42 32 544 43 74
Binary 10111101 1110111 1111100 0 100101 100010 11010 101100100 100011 111100

Color Harmonies of #BD777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD777C

Black with #BD777C

Text Example


Text Example

White with #BD777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD777C; }

 p { color: rgb(189,119,124); }

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

background-color css

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

 a { background-color: rgb(189,119,124); }

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

border-color css

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

 span { border-color: rgb(189,119,124); }

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