Html Css Color HEX #BD757A Tapestry

📋 copy color: '#BD757A'

red 189 ◦ green 117 ◦ blue 122

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

Shades of Tapestry #BD757A

Tints of Tapestry #BD757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.34%

 BLUE value IS 122 (48.05% from 255) = 28.5%

R = 44.16%
G = 27.34%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD757A (or 0xBD757A) is known color: Tapestry. HEX triplet: BD, 75 and 7A. RGB value is (189,117,122). Sum of RGB (Red+Green+Blue) = 189+117+122=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD757A is #428A85. Grayscale: #8B8B8B. Windows color (decimal): -4360838 or 8025533. OLE color: 8025533.

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

Color convert

RGB 189 117 122 -
CMYK 0 0.38 0.35 0.26
HSL 355.83º 0.35% 0.6% -
HSV(B) 355.83º 0.38% 0.74% -
XYZ 30.86 24.95 21.6 -
YUV 139.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 189 117 122 0 0.38 0.35 0.26 355.83 0.35 0.6
Hex BD 75 7A 0 26 23 1A 164 23 3C
Octal 275 165 172 0 46 43 32 544 43 74
Binary 10111101 1110101 1111010 0 100110 100011 11010 101100100 100011 111100

Color Harmonies of #BD757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD757A

Black with #BD757A

Text Example


Text Example

White with #BD757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD757A; }

 p { color: rgb(189,117,122); }

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

background-color css

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

 a { background-color: rgb(189,117,122); }

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

border-color css

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

 span { border-color: rgb(189,117,122); }

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