Html Css Color HEX #BF7B80 Tapestry

📋 copy color: '#BF7B80'

red 191 ◦ green 123 ◦ blue 128

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

Shades of Tapestry #BF7B80

Tints of Tapestry #BF7B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.83%

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 43.21%
G = 27.83%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF7B80 (or 0xBF7B80) is known color: Tapestry. HEX triplet: BF, 7B and 80. RGB value is (191,123,128). Sum of RGB (Red+Green+Blue) = 191+123+128=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7B80 is #40847F. Grayscale: #8F8F8F. Windows color (decimal): -4228224 or 8420287. OLE color: 8420287.

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

Color convert

RGB 191 123 128 -
CMYK 0 0.36 0.33 0.25
HSL 355.59º 0.35% 0.62% -
HSV(B) 355.59º 0.36% 0.75% -
XYZ 32.47 26.8 23.88 -
YUV 143.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 191 123 128 0 0.36 0.33 0.25 355.59 0.35 0.62
Hex BF 7B 80 0 24 21 19 164 23 3E
Octal 277 173 200 0 44 41 31 544 43 76
Binary 10111111 1111011 10000000 0 100100 100001 11001 101100100 100011 111110

Color Harmonies of #BF7B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B80

Black with #BF7B80

Text Example


Text Example

White with #BF7B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B80; }

 p { color: rgb(191,123,128); }

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

background-color css

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

 a { background-color: rgb(191,123,128); }

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

border-color css

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

 span { border-color: rgb(191,123,128); }

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