Html Css Color HEX #BD7381 Tapestry

📋 copy color: '#BD7381'

red 189 ◦ green 115 ◦ blue 129

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

Shades of Tapestry #BD7381

Tints of Tapestry #BD7381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.56%

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 43.65%
G = 26.56%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD7381 (or 0xBD7381) is known color: Tapestry. HEX triplet: BD, 73 and 81. RGB value is (189,115,129). Sum of RGB (Red+Green+Blue) = 189+115+129=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7381 is #428C7E. Grayscale: #8A8A8A. Windows color (decimal): -4361343 or 8483773. OLE color: 8483773.

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

Color convert

RGB 189 115 129 -
CMYK 0 0.39 0.32 0.26
HSL 348.65º 0.36% 0.6% -
HSV(B) 348.65º 0.39% 0.74% -
XYZ 31.08 24.67 23.89 -
YUV 138.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 189 115 129 0 0.39 0.32 0.26 348.65 0.36 0.6
Hex BD 73 81 0 27 20 1A 15D 24 3C
Octal 275 163 201 0 47 40 32 535 44 74
Binary 10111101 1110011 10000001 0 100111 100000 11010 101011101 100100 111100

Color Harmonies of #BD7381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7381

Black with #BD7381

Text Example


Text Example

White with #BD7381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7381; }

 p { color: rgb(189,115,129); }

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

background-color css

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

 a { background-color: rgb(189,115,129); }

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

border-color css

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

 span { border-color: rgb(189,115,129); }

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