Html Css Color HEX #BD748F Tapestry

📋 copy color: '#BD748F'

red 189 ◦ green 116 ◦ blue 143

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

Shades of Tapestry #BD748F

Tints of Tapestry #BD748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.92%

R = 42.19%
G = 25.89%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD748F (or 0xBD748F) is known color: Tapestry. HEX triplet: BD, 74 and 8F. RGB value is (189,116,143). Sum of RGB (Red+Green+Blue) = 189+116+143=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD748F is #428B70. Grayscale: #8C8C8C. Windows color (decimal): -4361073 or 9401533. OLE color: 9401533.

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

Color convert

RGB 189 116 143 -
CMYK 0 0.39 0.24 0.26
HSL 337.81º 0.36% 0.6% -
HSV(B) 337.81º 0.39% 0.74% -
XYZ 32.19 25.29 29.17 -
YUV 140.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 189 116 143 0 0.39 0.24 0.26 337.81 0.36 0.6
Hex BD 74 8F 0 27 18 1A 152 24 3C
Octal 275 164 217 0 47 30 32 522 44 74
Binary 10111101 1110100 10001111 0 100111 11000 11010 101010010 100100 111100

Color Harmonies of #BD748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD748F

Black with #BD748F

Text Example


Text Example

White with #BD748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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