Html Css Color HEX #BD7D83 Tapestry

📋 copy color: '#BD7D83'

red 189 ◦ green 125 ◦ blue 131

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

Shades of Tapestry #BD7D83

Tints of Tapestry #BD7D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.44%

R = 42.47%
G = 28.09%
B = 29.44%

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

#BD7D83 (or 0xBD7D83) is known color: Tapestry. HEX triplet: BD, 7D and 83. RGB value is (189,125,131). Sum of RGB (Red+Green+Blue) = 189+125+131=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7D83 is #42827C. Grayscale: #909090. Windows color (decimal): -4358781 or 8617405. OLE color: 8617405.

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

Color convert

RGB 189 125 131 -
CMYK 0 0.34 0.31 0.26
HSL 354.38º 0.33% 0.62% -
HSV(B) 354.38º 0.34% 0.74% -
XYZ 32.42 27.12 25 -
YUV 144.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 189 125 131 0 0.34 0.31 0.26 354.38 0.33 0.62
Hex BD 7D 83 0 22 1F 1A 162 21 3E
Octal 275 175 203 0 42 37 32 542 41 76
Binary 10111101 1111101 10000011 0 100010 11111 11010 101100010 100001 111110

Color Harmonies of #BD7D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D83

Black with #BD7D83

Text Example


Text Example

White with #BD7D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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