Html Css Color HEX #BC6283 Tapestry

📋 copy color: '#BC6283'

red 188 ◦ green 98 ◦ blue 131

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

Shades of Tapestry #BC6283

Tints of Tapestry #BC6283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.5%

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 45.08%
G = 23.5%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC6283 (or 0xBC6283) is known color: Tapestry. HEX triplet: BC, 62 and 83. RGB value is (188,98,131). Sum of RGB (Red+Green+Blue) = 188+98+131=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6283 is #439D7C. Grayscale: #808080. Windows color (decimal): -4431229 or 8610492. OLE color: 8610492.

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

Color convert

RGB 188 98 131 -
CMYK 0 0.48 0.30 0.26
HSL 338º 0.4% 0.56% -
HSV(B) 338º 0.48% 0.74% -
XYZ 29.2 21.07 24 -
YUV 128.67 129.32 170.32 -
System Red Green Blue C M Y K H S L
Decimal 188 98 131 0 0.48 0.30 0.26 338 0.4 0.56
Hex BC 62 83 0 30 1E 1A 152 28 38
Octal 274 142 203 0 60 36 32 522 50 70
Binary 10111100 1100010 10000011 0 110000 11110 11010 101010010 101000 111000

Color Harmonies of #BC6283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6283

Black with #BC6283

Text Example


Text Example

White with #BC6283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6283; }

 p { color: rgb(188,98,131); }

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

background-color css

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

 a { background-color: rgb(188,98,131); }

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

border-color css

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

 span { border-color: rgb(188,98,131); }

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