Html Css Color HEX #BF9C7D Pale Taupe

📋 copy color: '#BF9C7D'

red 191 ◦ green 156 ◦ blue 125

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

Shades of Pale Taupe #BF9C7D

Tints of Pale Taupe #BF9C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 40.47%
G = 33.05%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF9C7D (or 0xBF9C7D) is known color: Pale Taupe. HEX triplet: BF, 9C and 7D. RGB value is (191,156,125). Sum of RGB (Red+Green+Blue) = 191+156+125=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C7D is #406382. Grayscale: #A3A3A3. Windows color (decimal): -4219779 or 8232127. OLE color: 8232127.

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

Color convert

RGB 191 156 125 -
CMYK 0 0.18 0.35 0.25
HSL 28.18º 0.34% 0.62% -
HSV(B) 28.18º 0.35% 0.75% -
XYZ 37.08 36.33 24.46 -
YUV 162.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 191 156 125 0 0.18 0.35 0.25 28.18 0.34 0.62
Hex BF 9C 7D 0 12 23 19 1C 22 3E
Octal 277 234 175 0 22 43 31 34 42 76
Binary 10111111 10011100 1111101 0 10010 100011 11001 11100 100010 111110

Color Harmonies of #BF9C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C7D

Black with #BF9C7D

Text Example


Text Example

White with #BF9C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C7D; }

 p { color: rgb(191,156,125); }

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

background-color css

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

 a { background-color: rgb(191,156,125); }

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

border-color css

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

 span { border-color: rgb(191,156,125); }

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