Html Css Color HEX #BD768A Tapestry

📋 copy color: '#BD768A'

red 189 ◦ green 118 ◦ blue 138

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

Shades of Tapestry #BD768A

Tints of Tapestry #BD768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 42.47%
G = 26.52%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD768A (or 0xBD768A) is known color: Tapestry. HEX triplet: BD, 76 and 8A. RGB value is (189,118,138). Sum of RGB (Red+Green+Blue) = 189+118+138=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD768A is #428975. Grayscale: #8D8D8D. Windows color (decimal): -4360566 or 9074365. OLE color: 9074365.

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

Color convert

RGB 189 118 138 -
CMYK 0 0.38 0.27 0.26
HSL 343.1º 0.35% 0.6% -
HSV(B) 343.1º 0.38% 0.74% -
XYZ 32.05 25.61 27.3 -
YUV 141.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 189 118 138 0 0.38 0.27 0.26 343.1 0.35 0.6
Hex BD 76 8A 0 26 1B 1A 157 23 3C
Octal 275 166 212 0 46 33 32 527 43 74
Binary 10111101 1110110 10001010 0 100110 11011 11010 101010111 100011 111100

Color Harmonies of #BD768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD768A

Black with #BD768A

Text Example


Text Example

White with #BD768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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