Html Css Color HEX #BF788A Tapestry

📋 copy color: '#BF788A'

red 191 ◦ green 120 ◦ blue 138

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

Shades of Tapestry #BF788A

Tints of Tapestry #BF788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.73%

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 42.54%
G = 26.73%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF788A (or 0xBF788A) is known color: Tapestry. HEX triplet: BF, 78 and 8A. RGB value is (191,120,138). Sum of RGB (Red+Green+Blue) = 191+120+138=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF788A is #408775. Grayscale: #8F8F8F. Windows color (decimal): -4228982 or 9074879. OLE color: 9074879.

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

Color convert

RGB 191 120 138 -
CMYK 0 0.37 0.28 0.25
HSL 344.79º 0.36% 0.61% -
HSV(B) 344.79º 0.37% 0.75% -
XYZ 32.79 26.34 27.4 -
YUV 143.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 191 120 138 0 0.37 0.28 0.25 344.79 0.36 0.61
Hex BF 78 8A 0 25 1C 19 159 24 3D
Octal 277 170 212 0 45 34 31 531 44 75
Binary 10111111 1111000 10001010 0 100101 11100 11001 101011001 100100 111101

Color Harmonies of #BF788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF788A

Black with #BF788A

Text Example


Text Example

White with #BF788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF788A; }

 p { color: rgb(191,120,138); }

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

background-color css

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

 a { background-color: rgb(191,120,138); }

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

border-color css

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

 span { border-color: rgb(191,120,138); }

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