Html Css Color HEX #BD768B Tapestry

📋 copy color: '#BD768B'

red 189 ◦ green 118 ◦ blue 139

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

Shades of Tapestry #BD768B

Tints of Tapestry #BD768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 42.38%
G = 26.46%
B = 31.17%

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

#BD768B (or 0xBD768B) is known color: Tapestry. HEX triplet: BD, 76 and 8B. RGB value is (189,118,139). Sum of RGB (Red+Green+Blue) = 189+118+139=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD768B is #428974. Grayscale: #8D8D8D. Windows color (decimal): -4360565 or 9139901. OLE color: 9139901.

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

Color convert

RGB 189 118 139 -
CMYK 0 0.38 0.26 0.26
HSL 342.25º 0.35% 0.6% -
HSV(B) 342.25º 0.38% 0.74% -
XYZ 32.12 25.64 27.68 -
YUV 141.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 189 118 139 0 0.38 0.26 0.26 342.25 0.35 0.6
Hex BD 76 8B 0 26 1A 1A 156 23 3C
Octal 275 166 213 0 46 32 32 526 43 74
Binary 10111101 1110110 10001011 0 100110 11010 11010 101010110 100011 111100

Color Harmonies of #BD768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD768B

Black with #BD768B

Text Example


Text Example

White with #BD768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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