Html Css Color HEX #BF6C7A Tapestry

📋 copy color: '#BF6C7A'

red 191 ◦ green 108 ◦ blue 122

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

Shades of Tapestry #BF6C7A

Tints of Tapestry #BF6C7A

RGB

 RED value IS 191 (75% from 255) = 45.37%

 GREEN value IS 108 (42.58% from 255) = 25.65%

 BLUE value IS 122 (48.05% from 255) = 28.98%

R = 45.37%
G = 25.65%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF6C7A (or 0xBF6C7A) is known color: Tapestry. HEX triplet: BF, 6C and 7A. RGB value is (191,108,122). Sum of RGB (Red+Green+Blue) = 191+108+122=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6C7A is #409385. Grayscale: #868686. Windows color (decimal): -4232070 or 8023231. OLE color: 8023231.

HSL color Cylindrical-coordinate representation of color #BF6C7A: hue angle of 349.88º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6C7A is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 108 122 -
CMYK 0 0.43 0.36 0.25
HSL 349.88º 0.39% 0.59% -
HSV(B) 349.88º 0.43% 0.75% -
XYZ 30.36 23.21 21.29 -
YUV 134.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 191 108 122 0 0.43 0.36 0.25 349.88 0.39 0.59
Hex BF 6C 7A 0 2B 24 19 15E 27 3B
Octal 277 154 172 0 53 44 31 536 47 73
Binary 10111111 1101100 1111010 0 101011 100100 11001 101011110 100111 111011

Color Harmonies of #BF6C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6C7A

Black with #BF6C7A

Text Example


Text Example

White with #BF6C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6C7A; }

 p { color: rgb(191,108,122); }

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

background-color css

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

 a { background-color: rgb(191,108,122); }

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

border-color css

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

 span { border-color: rgb(191,108,122); }

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