Html Css Color HEX #BC757A Tapestry

📋 copy color: '#BC757A'

red 188 ◦ green 117 ◦ blue 122

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

Shades of Tapestry #BC757A

Tints of Tapestry #BC757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.4%

 BLUE value IS 122 (48.05% from 255) = 28.57%

R = 44.03%
G = 27.4%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC757A (or 0xBC757A) is known color: Tapestry. HEX triplet: BC, 75 and 7A. RGB value is (188,117,122). Sum of RGB (Red+Green+Blue) = 188+117+122=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC757A is #438A85. Grayscale: #8A8A8A. Windows color (decimal): -4426374 or 8025532. OLE color: 8025532.

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

Color convert

RGB 188 117 122 -
CMYK 0 0.38 0.35 0.26
HSL 355.77º 0.35% 0.6% -
HSV(B) 355.77º 0.38% 0.74% -
XYZ 30.61 24.82 21.59 -
YUV 138.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 188 117 122 0 0.38 0.35 0.26 355.77 0.35 0.6
Hex BC 75 7A 0 26 23 1A 164 23 3C
Octal 274 165 172 0 46 43 32 544 43 74
Binary 10111100 1110101 1111010 0 100110 100011 11010 101100100 100011 111100

Color Harmonies of #BC757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC757A

Black with #BC757A

Text Example


Text Example

White with #BC757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC757A; }

 p { color: rgb(188,117,122); }

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

background-color css

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

 a { background-color: rgb(188,117,122); }

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

border-color css

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

 span { border-color: rgb(188,117,122); }

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