Html Css Color HEX #BC658A Tapestry

📋 copy color: '#BC658A'

red 188 ◦ green 101 ◦ blue 138

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

Shades of Tapestry #BC658A

Tints of Tapestry #BC658A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.65%

 BLUE value IS 138 (54.3% from 255) = 32.32%

R = 44.03%
G = 23.65%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC658A (or 0xBC658A) is known color: Tapestry. HEX triplet: BC, 65 and 8A. RGB value is (188,101,138). Sum of RGB (Red+Green+Blue) = 188+101+138=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC658A is #439A75. Grayscale: #838383. Windows color (decimal): -4430454 or 9070012. OLE color: 9070012.

HSL color Cylindrical-coordinate representation of color #BC658A: hue angle of 334.48º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC658A is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 101 138 -
CMYK 0 0.46 0.27 0.26
HSL 334.48º 0.39% 0.57% -
HSV(B) 334.48º 0.46% 0.74% -
XYZ 29.98 21.83 26.68 -
YUV 131.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 188 101 138 0 0.46 0.27 0.26 334.48 0.39 0.57
Hex BC 65 8A 0 2E 1B 1A 14E 27 39
Octal 274 145 212 0 56 33 32 516 47 71
Binary 10111100 1100101 10001010 0 101110 11011 11010 101001110 100111 111001

Color Harmonies of #BC658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC658A

Black with #BC658A

Text Example


Text Example

White with #BC658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC658A; }

 p { color: rgb(188,101,138); }

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

background-color css

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

 a { background-color: rgb(188,101,138); }

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

border-color css

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

 span { border-color: rgb(188,101,138); }

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