Html Css Color HEX #BD717B Tapestry

📋 copy color: '#BD717B'

red 189 ◦ green 113 ◦ blue 123

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

Shades of Tapestry #BD717B

Tints of Tapestry #BD717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.59%

 BLUE value IS 123 (48.44% from 255) = 28.94%

R = 44.47%
G = 26.59%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD717B (or 0xBD717B) is known color: Tapestry. HEX triplet: BD, 71 and 7B. RGB value is (189,113,123). Sum of RGB (Red+Green+Blue) = 189+113+123=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD717B is #428E84. Grayscale: #888888. Windows color (decimal): -4361861 or 8090045. OLE color: 8090045.

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

Color convert

RGB 189 113 123 -
CMYK 0 0.40 0.35 0.26
HSL 352.11º 0.37% 0.59% -
HSV(B) 352.11º 0.4% 0.74% -
XYZ 30.47 24.06 21.78 -
YUV 136.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 189 113 123 0 0.40 0.35 0.26 352.11 0.37 0.59
Hex BD 71 7B 0 28 23 1A 160 25 3B
Octal 275 161 173 0 50 43 32 540 45 73
Binary 10111101 1110001 1111011 0 101000 100011 11010 101100000 100101 111011

Color Harmonies of #BD717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD717B

Black with #BD717B

Text Example


Text Example

White with #BD717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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