Html Css Color HEX #BF9A82 Pale Taupe

📋 copy color: '#BF9A82'

red 191 ◦ green 154 ◦ blue 130

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

Shades of Pale Taupe #BF9A82

Tints of Pale Taupe #BF9A82

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.42%

 BLUE value IS 130 (51.17% from 255) = 27.37%

R = 40.21%
G = 32.42%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF9A82 (or 0xBF9A82) is known color: Pale Taupe. HEX triplet: BF, 9A and 82. RGB value is (191,154,130). Sum of RGB (Red+Green+Blue) = 191+154+130=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A82 is #40657D. Grayscale: #A2A2A2. Windows color (decimal): -4220286 or 8559295. OLE color: 8559295.

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

Color convert

RGB 191 154 130 -
CMYK 0 0.19 0.32 0.25
HSL 23.61º 0.32% 0.63% -
HSV(B) 23.61º 0.32% 0.75% -
XYZ 37.07 35.8 26.08 -
YUV 162.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 191 154 130 0 0.19 0.32 0.25 23.61 0.32 0.63
Hex BF 9A 82 0 13 20 19 18 20 3F
Octal 277 232 202 0 23 40 31 30 40 77
Binary 10111111 10011010 10000010 0 10011 100000 11001 11000 100000 111111

Color Harmonies of #BF9A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A82

Black with #BF9A82

Text Example


Text Example

White with #BF9A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A82; }

 p { color: rgb(191,154,130); }

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

background-color css

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

 a { background-color: rgb(191,154,130); }

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

border-color css

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

 span { border-color: rgb(191,154,130); }

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