Html Css Color HEX #BD758C Tapestry

📋 copy color: '#BD758C'

red 189 ◦ green 117 ◦ blue 140

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

Shades of Tapestry #BD758C

Tints of Tapestry #BD758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.39%

R = 42.38%
G = 26.23%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD758C (or 0xBD758C) is known color: Tapestry. HEX triplet: BD, 75 and 8C. RGB value is (189,117,140). Sum of RGB (Red+Green+Blue) = 189+117+140=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD758C is #428A73. Grayscale: #8D8D8D. Windows color (decimal): -4360820 or 9205181. OLE color: 9205181.

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

Color convert

RGB 189 117 140 -
CMYK 0 0.38 0.26 0.26
HSL 340.83º 0.35% 0.6% -
HSV(B) 340.83º 0.38% 0.74% -
XYZ 32.08 25.43 28.03 -
YUV 141.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 189 117 140 0 0.38 0.26 0.26 340.83 0.35 0.6
Hex BD 75 8C 0 26 1A 1A 155 23 3C
Octal 275 165 214 0 46 32 32 525 43 74
Binary 10111101 1110101 10001100 0 100110 11010 11010 101010101 100011 111100

Color Harmonies of #BD758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD758C

Black with #BD758C

Text Example


Text Example

White with #BD758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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