Html Css Color HEX #BC608A Tapestry

📋 copy color: '#BC608A'

red 188 ◦ green 96 ◦ blue 138

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

Shades of Tapestry #BC608A

Tints of Tapestry #BC608A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.75%

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

R = 44.55%
G = 22.75%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC608A (or 0xBC608A) is known color: Tapestry. HEX triplet: BC, 60 and 8A. RGB value is (188,96,138). Sum of RGB (Red+Green+Blue) = 188+96+138=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC608A is #439F75. Grayscale: #808080. Windows color (decimal): -4431734 or 9068732. OLE color: 9068732.

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

Color convert

RGB 188 96 138 -
CMYK 0 0.49 0.27 0.26
HSL 332.61º 0.41% 0.56% -
HSV(B) 332.61º 0.49% 0.74% -
XYZ 29.51 20.89 26.52 -
YUV 128.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 188 96 138 0 0.49 0.27 0.26 332.61 0.41 0.56
Hex BC 60 8A 0 31 1B 1A 14D 29 38
Octal 274 140 212 0 61 33 32 515 51 70
Binary 10111100 1100000 10001010 0 110001 11011 11010 101001101 101001 111000

Color Harmonies of #BC608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC608A

Black with #BC608A

Text Example


Text Example

White with #BC608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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