Html Css Color HEX #BC6085 Tapestry

📋 copy color: '#BC6085'

red 188 ◦ green 96 ◦ blue 133

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

Shades of Tapestry #BC6085

Tints of Tapestry #BC6085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 45.08%
G = 23.02%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC6085 (or 0xBC6085) is known color: Tapestry. HEX triplet: BC, 60 and 85. RGB value is (188,96,133). Sum of RGB (Red+Green+Blue) = 188+96+133=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6085 is #439F7A. Grayscale: #7F7F7F. Windows color (decimal): -4431739 or 8741052. OLE color: 8741052.

HSL color Cylindrical-coordinate representation of color #BC6085: hue angle of 335.87º 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 #BC6085 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 96 133 -
CMYK 0 0.49 0.29 0.26
HSL 335.87º 0.41% 0.56% -
HSV(B) 335.87º 0.49% 0.74% -
XYZ 29.16 20.75 24.66 -
YUV 127.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 188 96 133 0 0.49 0.29 0.26 335.87 0.41 0.56
Hex BC 60 85 0 31 1D 1A 150 29 38
Octal 274 140 205 0 61 35 32 520 51 70
Binary 10111100 1100000 10000101 0 110001 11101 11010 101010000 101001 111000

Color Harmonies of #BC6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6085

Black with #BC6085

Text Example


Text Example

White with #BC6085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6085; }

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

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

background-color css

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

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

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

border-color css

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

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

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