Html Css Color HEX #BC6F83 Tapestry

📋 copy color: '#BC6F83'

red 188 ◦ green 111 ◦ blue 131

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

Shades of Tapestry #BC6F83

Tints of Tapestry #BC6F83

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.81%

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

R = 43.72%
G = 25.81%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC6F83 (or 0xBC6F83) is known color: Tapestry. HEX triplet: BC, 6F and 83. RGB value is (188,111,131). Sum of RGB (Red+Green+Blue) = 188+111+131=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F83 is #43907C. Grayscale: #888888. Windows color (decimal): -4427901 or 8613820. OLE color: 8613820.

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

Color convert

RGB 188 111 131 -
CMYK 0 0.41 0.30 0.26
HSL 344.42º 0.36% 0.59% -
HSV(B) 344.42º 0.41% 0.74% -
XYZ 30.52 23.7 24.44 -
YUV 136.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 188 111 131 0 0.41 0.30 0.26 344.42 0.36 0.59
Hex BC 6F 83 0 29 1E 1A 158 24 3B
Octal 274 157 203 0 51 36 32 530 44 73
Binary 10111100 1101111 10000011 0 101001 11110 11010 101011000 100100 111011

Color Harmonies of #BC6F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F83

Black with #BC6F83

Text Example


Text Example

White with #BC6F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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