Html Css Color HEX #BD7D82 Tapestry

📋 copy color: '#BD7D82'

red 189 ◦ green 125 ◦ blue 130

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

Shades of Tapestry #BD7D82

Tints of Tapestry #BD7D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.15%

 BLUE value IS 130 (51.17% from 255) = 29.28%

R = 42.57%
G = 28.15%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD7D82 (or 0xBD7D82) is known color: Tapestry. HEX triplet: BD, 7D and 82. RGB value is (189,125,130). Sum of RGB (Red+Green+Blue) = 189+125+130=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7D82 is #42827D. Grayscale: #909090. Windows color (decimal): -4358782 or 8551869. OLE color: 8551869.

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

Color convert

RGB 189 125 130 -
CMYK 0 0.34 0.31 0.26
HSL 355.31º 0.33% 0.62% -
HSV(B) 355.31º 0.34% 0.74% -
XYZ 32.35 27.1 24.64 -
YUV 144.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 189 125 130 0 0.34 0.31 0.26 355.31 0.33 0.62
Hex BD 7D 82 0 22 1F 1A 163 21 3E
Octal 275 175 202 0 42 37 32 543 41 76
Binary 10111101 1111101 10000010 0 100010 11111 11010 101100011 100001 111110

Color Harmonies of #BD7D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D82

Black with #BD7D82

Text Example


Text Example

White with #BD7D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D82; }

 p { color: rgb(189,125,130); }

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

background-color css

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

 a { background-color: rgb(189,125,130); }

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

border-color css

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

 span { border-color: rgb(189,125,130); }

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