Html Css Color HEX #BD7983 Tapestry

📋 copy color: '#BD7983'

red 189 ◦ green 121 ◦ blue 131

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

Shades of Tapestry #BD7983

Tints of Tapestry #BD7983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

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

R = 42.86%
G = 27.44%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD7983 (or 0xBD7983) is known color: Tapestry. HEX triplet: BD, 79 and 83. RGB value is (189,121,131). Sum of RGB (Red+Green+Blue) = 189+121+131=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7983 is #42867C. Grayscale: #8E8E8E. Windows color (decimal): -4359805 or 8616381. OLE color: 8616381.

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

Color convert

RGB 189 121 131 -
CMYK 0 0.36 0.31 0.26
HSL 351.18º 0.34% 0.61% -
HSV(B) 351.18º 0.36% 0.74% -
XYZ 31.92 26.13 24.83 -
YUV 142.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 189 121 131 0 0.36 0.31 0.26 351.18 0.34 0.61
Hex BD 79 83 0 24 1F 1A 15F 22 3D
Octal 275 171 203 0 44 37 32 537 42 75
Binary 10111101 1111001 10000011 0 100100 11111 11010 101011111 100010 111101

Color Harmonies of #BD7983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7983

Black with #BD7983

Text Example


Text Example

White with #BD7983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7983; }

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

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

background-color css

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

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

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

border-color css

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

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

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