Html Css Color HEX #BD788A Tapestry

📋 copy color: '#BD788A'

red 189 ◦ green 120 ◦ blue 138

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

Shades of Tapestry #BD788A

Tints of Tapestry #BD788A

RGB

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

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

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

R = 42.28%
G = 26.85%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD788A (or 0xBD788A) is known color: Tapestry. HEX triplet: BD, 78 and 8A. RGB value is (189,120,138). Sum of RGB (Red+Green+Blue) = 189+120+138=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD788A is #428775. Grayscale: #8E8E8E. Windows color (decimal): -4360054 or 9074877. OLE color: 9074877.

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

Color convert

RGB 189 120 138 -
CMYK 0 0.37 0.27 0.26
HSL 344.35º 0.34% 0.61% -
HSV(B) 344.35º 0.37% 0.74% -
XYZ 32.29 26.09 27.38 -
YUV 142.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 189 120 138 0 0.37 0.27 0.26 344.35 0.34 0.61
Hex BD 78 8A 0 25 1B 1A 158 22 3D
Octal 275 170 212 0 45 33 32 530 42 75
Binary 10111101 1111000 10001010 0 100101 11011 11010 101011000 100010 111101

Color Harmonies of #BD788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD788A

Black with #BD788A

Text Example


Text Example

White with #BD788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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