Html Css Color HEX #BD727D Tapestry

📋 copy color: '#BD727D'

red 189 ◦ green 114 ◦ blue 125

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

Shades of Tapestry #BD727D

Tints of Tapestry #BD727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 44.16%
G = 26.64%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD727D (or 0xBD727D) is known color: Tapestry. HEX triplet: BD, 72 and 7D. RGB value is (189,114,125). Sum of RGB (Red+Green+Blue) = 189+114+125=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD727D is #428D82. Grayscale: #898989. Windows color (decimal): -4361603 or 8221373. OLE color: 8221373.

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

Color convert

RGB 189 114 125 -
CMYK 0 0.40 0.34 0.26
HSL 351.2º 0.36% 0.59% -
HSV(B) 351.2º 0.4% 0.74% -
XYZ 30.71 24.33 22.48 -
YUV 137.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 189 114 125 0 0.40 0.34 0.26 351.2 0.36 0.59
Hex BD 72 7D 0 28 22 1A 15F 24 3B
Octal 275 162 175 0 50 42 32 537 44 73
Binary 10111101 1110010 1111101 0 101000 100010 11010 101011111 100100 111011

Color Harmonies of #BD727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD727D

Black with #BD727D

Text Example


Text Example

White with #BD727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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