Html Css Color HEX #BF8F78 Pale Taupe

📋 copy color: '#BF8F78'

red 191 ◦ green 143 ◦ blue 120

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

Shades of Pale Taupe #BF8F78

Tints of Pale Taupe #BF8F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.5%

 BLUE value IS 120 (47.27% from 255) = 26.43%

R = 42.07%
G = 31.5%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF8F78 (or 0xBF8F78) is known color: Pale Taupe. HEX triplet: BF, 8F and 78. RGB value is (191,143,120). Sum of RGB (Red+Green+Blue) = 191+143+120=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F78 is #407087. Grayscale: #9A9A9A. Windows color (decimal): -4223112 or 7901119. OLE color: 7901119.

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

Color convert

RGB 191 143 120 -
CMYK 0 0.25 0.37 0.25
HSL 19.44º 0.36% 0.61% -
HSV(B) 19.44º 0.37% 0.75% -
XYZ 34.7 32.08 22.13 -
YUV 154.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 191 143 120 0 0.25 0.37 0.25 19.44 0.36 0.61
Hex BF 8F 78 0 19 25 19 13 24 3D
Octal 277 217 170 0 31 45 31 23 44 75
Binary 10111111 10001111 1111000 0 11001 100101 11001 10011 100100 111101

Color Harmonies of #BF8F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F78

Black with #BF8F78

Text Example


Text Example

White with #BF8F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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