Html Css Color HEX #BC7279 Tapestry

📋 copy color: '#BC7279'

red 188 ◦ green 114 ◦ blue 121

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

Shades of Tapestry #BC7279

Tints of Tapestry #BC7279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 44.44%
G = 26.95%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC7279 (or 0xBC7279) is known color: Tapestry. HEX triplet: BC, 72 and 79. RGB value is (188,114,121). Sum of RGB (Red+Green+Blue) = 188+114+121=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7279 is #438D86. Grayscale: #888888. Windows color (decimal): -4427143 or 7959228. OLE color: 7959228.

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

Color convert

RGB 188 114 121 -
CMYK 0 0.39 0.36 0.26
HSL 354.32º 0.36% 0.59% -
HSV(B) 354.32º 0.39% 0.74% -
XYZ 30.21 24.11 21.15 -
YUV 136.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 188 114 121 0 0.39 0.36 0.26 354.32 0.36 0.59
Hex BC 72 79 0 27 24 1A 162 24 3B
Octal 274 162 171 0 47 44 32 542 44 73
Binary 10111100 1110010 1111001 0 100111 100100 11010 101100010 100100 111011

Color Harmonies of #BC7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7279

Black with #BC7279

Text Example


Text Example

White with #BC7279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7279; }

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

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

background-color css

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

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

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

border-color css

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

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

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