Html Css Color HEX #BD748D Tapestry

📋 copy color: '#BD748D'

red 189 ◦ green 116 ◦ blue 141

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

Shades of Tapestry #BD748D

Tints of Tapestry #BD748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.01%

 BLUE value IS 141 (55.47% from 255) = 31.61%

R = 42.38%
G = 26.01%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD748D (or 0xBD748D) is known color: Tapestry. HEX triplet: BD, 74 and 8D. RGB value is (189,116,141). Sum of RGB (Red+Green+Blue) = 189+116+141=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD748D is #428B72. Grayscale: #8C8C8C. Windows color (decimal): -4361075 or 9270461. OLE color: 9270461.

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

Color convert

RGB 189 116 141 -
CMYK 0 0.39 0.25 0.26
HSL 339.45º 0.36% 0.6% -
HSV(B) 339.45º 0.39% 0.74% -
XYZ 32.04 25.23 28.38 -
YUV 140.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 189 116 141 0 0.39 0.25 0.26 339.45 0.36 0.6
Hex BD 74 8D 0 27 19 1A 153 24 3C
Octal 275 164 215 0 47 31 32 523 44 74
Binary 10111101 1110100 10001101 0 100111 11001 11010 101010011 100100 111100

Color Harmonies of #BD748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD748D

Black with #BD748D

Text Example


Text Example

White with #BD748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD748D; }

 p { color: rgb(189,116,141); }

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

background-color css

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

 a { background-color: rgb(189,116,141); }

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

border-color css

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

 span { border-color: rgb(189,116,141); }

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