Html Css Color HEX #BF6B7A Tapestry

📋 copy color: '#BF6B7A'

red 191 ◦ green 107 ◦ blue 122

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

Shades of Tapestry #BF6B7A

Tints of Tapestry #BF6B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.48%

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

R = 45.48%
G = 25.48%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF6B7A (or 0xBF6B7A) is known color: Tapestry. HEX triplet: BF, 6B and 7A. RGB value is (191,107,122). Sum of RGB (Red+Green+Blue) = 191+107+122=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B7A is #409485. Grayscale: #858585. Windows color (decimal): -4232326 or 8022975. OLE color: 8022975.

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

Color convert

RGB 191 107 122 -
CMYK 0 0.44 0.36 0.25
HSL 349.29º 0.4% 0.58% -
HSV(B) 349.29º 0.44% 0.75% -
XYZ 30.26 23 21.26 -
YUV 133.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 191 107 122 0 0.44 0.36 0.25 349.29 0.4 0.58
Hex BF 6B 7A 0 2C 24 19 15D 28 3A
Octal 277 153 172 0 54 44 31 535 50 72
Binary 10111111 1101011 1111010 0 101100 100100 11001 101011101 101000 111010

Color Harmonies of #BF6B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B7A

Black with #BF6B7A

Text Example


Text Example

White with #BF6B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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