Html Css Color HEX #BD787B Tapestry

📋 copy color: '#BD787B'

red 189 ◦ green 120 ◦ blue 123

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

Shades of Tapestry #BD787B

Tints of Tapestry #BD787B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.47%

R = 43.75%
G = 27.78%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD787B (or 0xBD787B) is known color: Tapestry. HEX triplet: BD, 78 and 7B. RGB value is (189,120,123). Sum of RGB (Red+Green+Blue) = 189+120+123=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD787B is #428784. Grayscale: #8D8D8D. Windows color (decimal): -4360069 or 8091837. OLE color: 8091837.

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

Color convert

RGB 189 120 123 -
CMYK 0 0.37 0.35 0.26
HSL 357.39º 0.34% 0.61% -
HSV(B) 357.39º 0.37% 0.74% -
XYZ 31.28 25.68 22.05 -
YUV 140.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 189 120 123 0 0.37 0.35 0.26 357.39 0.34 0.61
Hex BD 78 7B 0 25 23 1A 165 22 3D
Octal 275 170 173 0 45 43 32 545 42 75
Binary 10111101 1111000 1111011 0 100101 100011 11010 101100101 100010 111101

Color Harmonies of #BD787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD787B

Black with #BD787B

Text Example


Text Example

White with #BD787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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