Html Css Color HEX #BF6B77 Tapestry

📋 copy color: '#BF6B77'

red 191 ◦ green 107 ◦ blue 119

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

Shades of Tapestry #BF6B77

Tints of Tapestry #BF6B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.54%

R = 45.8%
G = 25.66%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF6B77 (or 0xBF6B77) is known color: Tapestry. HEX triplet: BF, 6B and 77. RGB value is (191,107,119). Sum of RGB (Red+Green+Blue) = 191+107+119=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B77 is #409488. Grayscale: #858585. Windows color (decimal): -4232329 or 7826367. OLE color: 7826367.

HSL color Cylindrical-coordinate representation of color #BF6B77: hue angle of 351.43º 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 #BF6B77 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 107 119 -
CMYK 0 0.44 0.38 0.25
HSL 351.43º 0.4% 0.58% -
HSV(B) 351.43º 0.44% 0.75% -
XYZ 30.07 22.92 20.29 -
YUV 133.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 191 107 119 0 0.44 0.38 0.25 351.43 0.4 0.58
Hex BF 6B 77 0 2C 26 19 15F 28 3A
Octal 277 153 167 0 54 46 31 537 50 72
Binary 10111111 1101011 1110111 0 101100 100110 11001 101011111 101000 111010

Color Harmonies of #BF6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B77

Black with #BF6B77

Text Example


Text Example

White with #BF6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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