Html Css Color HEX #BD7883 Tapestry

📋 copy color: '#BD7883'

red 189 ◦ green 120 ◦ blue 131

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

Shades of Tapestry #BD7883

Tints of Tapestry #BD7883

RGB

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

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

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

R = 42.95%
G = 27.27%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD7883 (or 0xBD7883) is known color: Tapestry. HEX triplet: BD, 78 and 83. RGB value is (189,120,131). Sum of RGB (Red+Green+Blue) = 189+120+131=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7883 is #42877C. Grayscale: #8D8D8D. Windows color (decimal): -4360061 or 8616125. OLE color: 8616125.

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

Color convert

RGB 189 120 131 -
CMYK 0 0.37 0.31 0.26
HSL 350.43º 0.34% 0.61% -
HSV(B) 350.43º 0.37% 0.74% -
XYZ 31.8 25.89 24.79 -
YUV 141.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 189 120 131 0 0.37 0.31 0.26 350.43 0.34 0.61
Hex BD 78 83 0 25 1F 1A 15E 22 3D
Octal 275 170 203 0 45 37 32 536 42 75
Binary 10111101 1111000 10000011 0 100101 11111 11010 101011110 100010 111101

Color Harmonies of #BD7883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7883

Black with #BD7883

Text Example


Text Example

White with #BD7883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7883; }

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

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

background-color css

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

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

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

border-color css

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

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

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