Html Css Color HEX #BC727D Tapestry

📋 copy color: '#BC727D'

red 188 ◦ green 114 ◦ blue 125

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

Shades of Tapestry #BC727D

Tints of Tapestry #BC727D

RGB

 RED value IS 188 (73.83% from 255) = 44.03%

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

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

R = 44.03%
G = 26.7%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC727D (or 0xBC727D) is known color: Tapestry. HEX triplet: BC, 72 and 7D. RGB value is (188,114,125). Sum of RGB (Red+Green+Blue) = 188+114+125=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC727D is #438D82. Grayscale: #898989. Windows color (decimal): -4427139 or 8221372. OLE color: 8221372.

HSL color Cylindrical-coordinate representation of color #BC727D: hue angle of 351.08º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC727D is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 114 125 -
CMYK 0 0.39 0.34 0.26
HSL 351.08º 0.36% 0.59% -
HSV(B) 351.08º 0.39% 0.74% -
XYZ 30.46 24.21 22.47 -
YUV 137.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 188 114 125 0 0.39 0.34 0.26 351.08 0.36 0.59
Hex BC 72 7D 0 27 22 1A 15F 24 3B
Octal 274 162 175 0 47 42 32 537 44 73
Binary 10111100 1110010 1111101 0 100111 100010 11010 101011111 100100 111011

Color Harmonies of #BC727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC727D

Black with #BC727D

Text Example


Text Example

White with #BC727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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