Html Css Color HEX #BC6B7B Tapestry

📋 copy color: '#BC6B7B'

red 188 ◦ green 107 ◦ blue 123

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

Shades of Tapestry #BC6B7B

Tints of Tapestry #BC6B7B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.6%

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 44.98%
G = 25.6%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC6B7B (or 0xBC6B7B) is known color: Tapestry. HEX triplet: BC, 6B and 7B. RGB value is (188,107,123). Sum of RGB (Red+Green+Blue) = 188+107+123=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B7B is #439484. Grayscale: #858585. Windows color (decimal): -4428933 or 8088508. OLE color: 8088508.

HSL color Cylindrical-coordinate representation of color #BC6B7B: hue angle of 348.15º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6B7B is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 107 123 -
CMYK 0 0.43 0.35 0.26
HSL 348.15º 0.38% 0.58% -
HSV(B) 348.15º 0.43% 0.74% -
XYZ 29.57 22.64 21.55 -
YUV 133.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 188 107 123 0 0.43 0.35 0.26 348.15 0.38 0.58
Hex BC 6B 7B 0 2B 23 1A 15C 26 3A
Octal 274 153 173 0 53 43 32 534 46 72
Binary 10111100 1101011 1111011 0 101011 100011 11010 101011100 100110 111010

Color Harmonies of #BC6B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B7B

Black with #BC6B7B

Text Example


Text Example

White with #BC6B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B7B; }

 p { color: rgb(188,107,123); }

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

background-color css

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

 a { background-color: rgb(188,107,123); }

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

border-color css

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

 span { border-color: rgb(188,107,123); }

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