Html Css Color HEX #BD738D Tapestry

📋 copy color: '#BD738D'

red 189 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #BD738D

Tints of Tapestry #BD738D

RGB

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

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

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

R = 42.47%
G = 25.84%
B = 31.69%

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

#BD738D (or 0xBD738D) is known color: Tapestry. HEX triplet: BD, 73 and 8D. RGB value is (189,115,141). Sum of RGB (Red+Green+Blue) = 189+115+141=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD738D is #428C72. Grayscale: #8C8C8C. Windows color (decimal): -4361331 or 9270205. OLE color: 9270205.

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

Color convert

RGB 189 115 141 -
CMYK 0 0.39 0.25 0.26
HSL 338.92º 0.36% 0.6% -
HSV(B) 338.92º 0.39% 0.74% -
XYZ 31.92 25 28.34 -
YUV 140.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 189 115 141 0 0.39 0.25 0.26 338.92 0.36 0.6
Hex BD 73 8D 0 27 19 1A 153 24 3C
Octal 275 163 215 0 47 31 32 523 44 74
Binary 10111101 1110011 10001101 0 100111 11001 11010 101010011 100100 111100

Color Harmonies of #BD738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD738D

Black with #BD738D

Text Example


Text Example

White with #BD738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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