Html Css Color HEX #BD727F Tapestry

📋 copy color: '#BD727F'

red 189 ◦ green 114 ◦ blue 127

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

Shades of Tapestry #BD727F

Tints of Tapestry #BD727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.51%

 BLUE value IS 127 (50% from 255) = 29.53%

R = 43.95%
G = 26.51%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD727F (or 0xBD727F) is known color: Tapestry. HEX triplet: BD, 72 and 7F. RGB value is (189,114,127). Sum of RGB (Red+Green+Blue) = 189+114+127=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD727F is #428D80. Grayscale: #898989. Windows color (decimal): -4361601 or 8352445. OLE color: 8352445.

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

Color convert

RGB 189 114 127 -
CMYK 0 0.40 0.33 0.26
HSL 349.6º 0.36% 0.59% -
HSV(B) 349.6º 0.4% 0.74% -
XYZ 30.83 24.39 23.16 -
YUV 137.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 189 114 127 0 0.40 0.33 0.26 349.6 0.36 0.59
Hex BD 72 7F 0 28 21 1A 15E 24 3B
Octal 275 162 177 0 50 41 32 536 44 73
Binary 10111101 1110010 1111111 0 101000 100001 11010 101011110 100100 111011

Color Harmonies of #BD727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD727F

Black with #BD727F

Text Example


Text Example

White with #BD727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD727F; }

 p { color: rgb(189,114,127); }

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

background-color css

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

 a { background-color: rgb(189,114,127); }

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

border-color css

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

 span { border-color: rgb(189,114,127); }

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