Html Css Color HEX #BC7B7F Tapestry

📋 copy color: '#BC7B7F'

red 188 ◦ green 123 ◦ blue 127

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

Shades of Tapestry #BC7B7F

Tints of Tapestry #BC7B7F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.08%

 BLUE value IS 127 (50% from 255) = 29%

R = 42.92%
G = 28.08%
B = 29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC7B7F (or 0xBC7B7F) is known color: Tapestry. HEX triplet: BC, 7B and 7F. RGB value is (188,123,127). Sum of RGB (Red+Green+Blue) = 188+123+127=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B7F is #438480. Grayscale: #8E8E8E. Windows color (decimal): -4424833 or 8354748. OLE color: 8354748.

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

Color convert

RGB 188 123 127 -
CMYK 0 0.35 0.32 0.26
HSL 356.31º 0.33% 0.61% -
HSV(B) 356.31º 0.35% 0.74% -
XYZ 31.65 26.39 23.5 -
YUV 142.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 188 123 127 0 0.35 0.32 0.26 356.31 0.33 0.61
Hex BC 7B 7F 0 23 20 1A 164 21 3D
Octal 274 173 177 0 43 40 32 544 41 75
Binary 10111100 1111011 1111111 0 100011 100000 11010 101100100 100001 111101

Color Harmonies of #BC7B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B7F

Black with #BC7B7F

Text Example


Text Example

White with #BC7B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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