Html Css Color HEX #BF767B Tapestry

📋 copy color: '#BF767B'

red 191 ◦ green 118 ◦ blue 123

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

Shades of Tapestry #BF767B

Tints of Tapestry #BF767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.31%

 BLUE value IS 123 (48.44% from 255) = 28.47%

R = 44.21%
G = 27.31%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF767B (or 0xBF767B) is known color: Tapestry. HEX triplet: BF, 76 and 7B. RGB value is (191,118,123). Sum of RGB (Red+Green+Blue) = 191+118+123=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF767B is #408984. Grayscale: #8C8C8C. Windows color (decimal): -4229509 or 8091327. OLE color: 8091327.

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

Color convert

RGB 191 118 123 -
CMYK 0 0.38 0.36 0.25
HSL 355.89º 0.36% 0.61% -
HSV(B) 355.89º 0.38% 0.75% -
XYZ 31.54 25.46 21.99 -
YUV 140.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 191 118 123 0 0.38 0.36 0.25 355.89 0.36 0.61
Hex BF 76 7B 0 26 24 19 164 24 3D
Octal 277 166 173 0 46 44 31 544 44 75
Binary 10111111 1110110 1111011 0 100110 100100 11001 101100100 100100 111101

Color Harmonies of #BF767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF767B

Black with #BF767B

Text Example


Text Example

White with #BF767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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