Html Css Color HEX #BD768C Tapestry

📋 copy color: '#BD768C'

red 189 ◦ green 118 ◦ blue 140

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

Shades of Tapestry #BD768C

Tints of Tapestry #BD768C

RGB

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

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

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

R = 42.28%
G = 26.4%
B = 31.32%

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

#BD768C (or 0xBD768C) is known color: Tapestry. HEX triplet: BD, 76 and 8C. RGB value is (189,118,140). Sum of RGB (Red+Green+Blue) = 189+118+140=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD768C is #428973. Grayscale: #8D8D8D. Windows color (decimal): -4360564 or 9205437. OLE color: 9205437.

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

Color convert

RGB 189 118 140 -
CMYK 0 0.38 0.26 0.26
HSL 341.41º 0.35% 0.6% -
HSV(B) 341.41º 0.38% 0.74% -
XYZ 32.2 25.67 28.07 -
YUV 141.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 189 118 140 0 0.38 0.26 0.26 341.41 0.35 0.6
Hex BD 76 8C 0 26 1A 1A 155 23 3C
Octal 275 166 214 0 46 32 32 525 43 74
Binary 10111101 1110110 10001100 0 100110 11010 11010 101010101 100011 111100

Color Harmonies of #BD768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD768C

Black with #BD768C

Text Example


Text Example

White with #BD768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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