Html Css Color HEX #BD7B89 Tapestry

📋 copy color: '#BD7B89'

red 189 ◦ green 123 ◦ blue 137

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

Shades of Tapestry #BD7B89

Tints of Tapestry #BD7B89

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.39%

 BLUE value IS 137 (53.91% from 255) = 30.51%

R = 42.09%
G = 27.39%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD7B89 (or 0xBD7B89) is known color: Tapestry. HEX triplet: BD, 7B and 89. RGB value is (189,123,137). Sum of RGB (Red+Green+Blue) = 189+123+137=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7B89 is #428476. Grayscale: #909090. Windows color (decimal): -4359287 or 9010109. OLE color: 9010109.

HSL color Cylindrical-coordinate representation of color #BD7B89: hue angle of 347.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7B89 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 123 137 -
CMYK 0 0.35 0.28 0.26
HSL 347.27º 0.33% 0.61% -
HSV(B) 347.27º 0.35% 0.74% -
XYZ 32.58 26.79 27.12 -
YUV 144.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 189 123 137 0 0.35 0.28 0.26 347.27 0.33 0.61
Hex BD 7B 89 0 23 1C 1A 15B 21 3D
Octal 275 173 211 0 43 34 32 533 41 75
Binary 10111101 1111011 10001001 0 100011 11100 11010 101011011 100001 111101

Color Harmonies of #BD7B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B89

Black with #BD7B89

Text Example


Text Example

White with #BD7B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B89; }

 p { color: rgb(189,123,137); }

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

background-color css

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

 a { background-color: rgb(189,123,137); }

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

border-color css

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

 span { border-color: rgb(189,123,137); }

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