Html Css Color HEX #BD7C85 Tapestry

📋 copy color: '#BD7C85'

red 189 ◦ green 124 ◦ blue 133

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

Shades of Tapestry #BD7C85

Tints of Tapestry #BD7C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.8%

 BLUE value IS 133 (52.34% from 255) = 29.82%

R = 42.38%
G = 27.8%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD7C85 (or 0xBD7C85) is known color: Tapestry. HEX triplet: BD, 7C and 85. RGB value is (189,124,133). Sum of RGB (Red+Green+Blue) = 189+124+133=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7C85 is #42837A. Grayscale: #909090. Windows color (decimal): -4359035 or 8748221. OLE color: 8748221.

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

Color convert

RGB 189 124 133 -
CMYK 0 0.34 0.30 0.26
HSL 351.69º 0.33% 0.61% -
HSV(B) 351.69º 0.34% 0.74% -
XYZ 32.43 26.93 25.68 -
YUV 144.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 189 124 133 0 0.34 0.30 0.26 351.69 0.33 0.61
Hex BD 7C 85 0 22 1E 1A 160 21 3D
Octal 275 174 205 0 42 36 32 540 41 75
Binary 10111101 1111100 10000101 0 100010 11110 11010 101100000 100001 111101

Color Harmonies of #BD7C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C85

Black with #BD7C85

Text Example


Text Example

White with #BD7C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C85; }

 p { color: rgb(189,124,133); }

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

background-color css

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

 a { background-color: rgb(189,124,133); }

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

border-color css

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

 span { border-color: rgb(189,124,133); }

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