Html Css Color HEX #BD788B Tapestry

📋 copy color: '#BD788B'

red 189 ◦ green 120 ◦ blue 139

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

Shades of Tapestry #BD788B

Tints of Tapestry #BD788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.79%

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

R = 42.19%
G = 26.79%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD788B (or 0xBD788B) is known color: Tapestry. HEX triplet: BD, 78 and 8B. RGB value is (189,120,139). Sum of RGB (Red+Green+Blue) = 189+120+139=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD788B is #428774. Grayscale: #8E8E8E. Windows color (decimal): -4360053 or 9140413. OLE color: 9140413.

HSL color Cylindrical-coordinate representation of color #BD788B: hue angle of 343.48º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD788B is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 120 139 -
CMYK 0 0.37 0.26 0.26
HSL 343.48º 0.34% 0.61% -
HSV(B) 343.48º 0.37% 0.74% -
XYZ 32.36 26.12 27.76 -
YUV 142.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 189 120 139 0 0.37 0.26 0.26 343.48 0.34 0.61
Hex BD 78 8B 0 25 1A 1A 157 22 3D
Octal 275 170 213 0 45 32 32 527 42 75
Binary 10111101 1111000 10001011 0 100101 11010 11010 101010111 100010 111101

Color Harmonies of #BD788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD788B

Black with #BD788B

Text Example


Text Example

White with #BD788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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