Html Css Color HEX #B9967A Pale Taupe

📋 copy color: '#B9967A'

red 185 ◦ green 150 ◦ blue 122

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

Shades of Pale Taupe #B9967A

Tints of Pale Taupe #B9967A

RGB

 RED value IS 185 (72.66% from 255) = 40.48%

 GREEN value IS 150 (58.98% from 255) = 32.82%

 BLUE value IS 122 (48.05% from 255) = 26.7%

R = 40.48%
G = 32.82%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9967A (or 0xB9967A) is known color: Pale Taupe. HEX triplet: B9, 96 and 7A. RGB value is (185,150,122). Sum of RGB (Red+Green+Blue) = 185+150+122=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9967A is #466985. Grayscale: #9D9D9D. Windows color (decimal): -4614534 or 8033977. OLE color: 8033977.

HSL color Cylindrical-coordinate representation of color #B9967A: hue angle of 26.67º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9967A is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 150 122 -
CMYK 0 0.19 0.34 0.27
HSL 26.67º 0.31% 0.6% -
HSV(B) 26.67º 0.34% 0.73% -
XYZ 34.43 33.53 23.07 -
YUV 157.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 185 150 122 0 0.19 0.34 0.27 26.67 0.31 0.6
Hex B9 96 7A 0 13 22 1B 1B 1F 3C
Octal 271 226 172 0 23 42 33 33 37 74
Binary 10111001 10010110 1111010 0 10011 100010 11011 11011 11111 111100

Color Harmonies of #B9967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9967A

Black with #B9967A

Text Example


Text Example

White with #B9967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9967A; }

 p { color: rgb(185,150,122); }

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

background-color css

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

 a { background-color: rgb(185,150,122); }

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

border-color css

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

 span { border-color: rgb(185,150,122); }

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