Html Css Color HEX #BD737E Tapestry

📋 copy color: '#BD737E'

red 189 ◦ green 115 ◦ blue 126

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

Shades of Tapestry #BD737E

Tints of Tapestry #BD737E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 43.95%
G = 26.74%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD737E (or 0xBD737E) is known color: Tapestry. HEX triplet: BD, 73 and 7E. RGB value is (189,115,126). Sum of RGB (Red+Green+Blue) = 189+115+126=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD737E is #428C81. Grayscale: #8A8A8A. Windows color (decimal): -4361346 or 8287165. OLE color: 8287165.

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

Color convert

RGB 189 115 126 -
CMYK 0 0.39 0.33 0.26
HSL 351.08º 0.36% 0.6% -
HSV(B) 351.08º 0.39% 0.74% -
XYZ 30.88 24.59 22.86 -
YUV 138.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 189 115 126 0 0.39 0.33 0.26 351.08 0.36 0.6
Hex BD 73 7E 0 27 21 1A 15F 24 3C
Octal 275 163 176 0 47 41 32 537 44 74
Binary 10111101 1110011 1111110 0 100111 100001 11010 101011111 100100 111100

Color Harmonies of #BD737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD737E

Black with #BD737E

Text Example


Text Example

White with #BD737E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD737E; }

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

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

background-color css

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

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

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

border-color css

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

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

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