Html Css Color HEX #BC727E Tapestry

📋 copy color: '#BC727E'

red 188 ◦ green 114 ◦ blue 126

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

Shades of Tapestry #BC727E

Tints of Tapestry #BC727E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.44%

R = 43.93%
G = 26.64%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC727E (or 0xBC727E) is known color: Tapestry. HEX triplet: BC, 72 and 7E. RGB value is (188,114,126). Sum of RGB (Red+Green+Blue) = 188+114+126=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC727E is #438D81. Grayscale: #898989. Windows color (decimal): -4427138 or 8286908. OLE color: 8286908.

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

Color convert

RGB 188 114 126 -
CMYK 0 0.39 0.33 0.26
HSL 350.27º 0.36% 0.59% -
HSV(B) 350.27º 0.39% 0.74% -
XYZ 30.52 24.23 22.81 -
YUV 137.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 188 114 126 0 0.39 0.33 0.26 350.27 0.36 0.59
Hex BC 72 7E 0 27 21 1A 15E 24 3B
Octal 274 162 176 0 47 41 32 536 44 73
Binary 10111100 1110010 1111110 0 100111 100001 11010 101011110 100100 111011

Color Harmonies of #BC727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC727E

Black with #BC727E

Text Example


Text Example

White with #BC727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC727E; }

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

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

background-color css

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

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

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

border-color css

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

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

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