Html Css Color HEX #BD757C Tapestry

📋 copy color: '#BD757C'

red 189 ◦ green 117 ◦ blue 124

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

Shades of Tapestry #BD757C

Tints of Tapestry #BD757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.21%

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

R = 43.95%
G = 27.21%
B = 28.84%

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

#BD757C (or 0xBD757C) is known color: Tapestry. HEX triplet: BD, 75 and 7C. RGB value is (189,117,124). Sum of RGB (Red+Green+Blue) = 189+117+124=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD757C is #428A83. Grayscale: #8B8B8B. Windows color (decimal): -4360836 or 8156605. OLE color: 8156605.

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

Color convert

RGB 189 117 124 -
CMYK 0 0.38 0.34 0.26
HSL 354.17º 0.35% 0.6% -
HSV(B) 354.17º 0.38% 0.74% -
XYZ 30.99 25 22.26 -
YUV 139.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 189 117 124 0 0.38 0.34 0.26 354.17 0.35 0.6
Hex BD 75 7C 0 26 22 1A 162 23 3C
Octal 275 165 174 0 46 42 32 542 43 74
Binary 10111101 1110101 1111100 0 100110 100010 11010 101100010 100011 111100

Color Harmonies of #BD757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD757C

Black with #BD757C

Text Example


Text Example

White with #BD757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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