Html Css Color HEX #BD737D Tapestry

📋 copy color: '#BD737D'

red 189 ◦ green 115 ◦ blue 125

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

Shades of Tapestry #BD737D

Tints of Tapestry #BD737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 44.06%
G = 26.81%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD737D (or 0xBD737D) is known color: Tapestry. HEX triplet: BD, 73 and 7D. RGB value is (189,115,125). Sum of RGB (Red+Green+Blue) = 189+115+125=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD737D is #428C82. Grayscale: #8A8A8A. Windows color (decimal): -4361347 or 8221629. OLE color: 8221629.

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

Color convert

RGB 189 115 125 -
CMYK 0 0.39 0.34 0.26
HSL 351.89º 0.36% 0.6% -
HSV(B) 351.89º 0.39% 0.74% -
XYZ 30.82 24.56 22.52 -
YUV 138.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 189 115 125 0 0.39 0.34 0.26 351.89 0.36 0.6
Hex BD 73 7D 0 27 22 1A 160 24 3C
Octal 275 163 175 0 47 42 32 540 44 74
Binary 10111101 1110011 1111101 0 100111 100010 11010 101100000 100100 111100

Color Harmonies of #BD737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD737D

Black with #BD737D

Text Example


Text Example

White with #BD737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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