Html Css Color HEX #BF8F74 Pale Taupe

📋 copy color: '#BF8F74'

red 191 ◦ green 143 ◦ blue 116

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

Shades of Pale Taupe #BF8F74

Tints of Pale Taupe #BF8F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.78%

R = 42.44%
G = 31.78%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF8F74 (or 0xBF8F74) is known color: Pale Taupe. HEX triplet: BF, 8F and 74. RGB value is (191,143,116). Sum of RGB (Red+Green+Blue) = 191+143+116=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F74 is #40708B. Grayscale: #9A9A9A. Windows color (decimal): -4223116 or 7638975. OLE color: 7638975.

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

Color convert

RGB 191 143 116 -
CMYK 0 0.25 0.39 0.25
HSL 21.6º 0.37% 0.6% -
HSV(B) 21.6º 0.39% 0.75% -
XYZ 34.46 31.98 20.88 -
YUV 154.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 191 143 116 0 0.25 0.39 0.25 21.6 0.37 0.6
Hex BF 8F 74 0 19 27 19 16 25 3C
Octal 277 217 164 0 31 47 31 26 45 74
Binary 10111111 10001111 1110100 0 11001 100111 11001 10110 100101 111100

Color Harmonies of #BF8F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F74

Black with #BF8F74

Text Example


Text Example

White with #BF8F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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