Html Css Color HEX #B9967C Pale Taupe

📋 copy color: '#B9967C'

red 185 ◦ green 150 ◦ blue 124

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

Shades of Pale Taupe #B9967C

Tints of Pale Taupe #B9967C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 40.31%
G = 32.68%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9967C (or 0xB9967C) is known color: Pale Taupe. HEX triplet: B9, 96 and 7C. RGB value is (185,150,124). Sum of RGB (Red+Green+Blue) = 185+150+124=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9967C is #466983. Grayscale: #9D9D9D. Windows color (decimal): -4614532 or 8165049. OLE color: 8165049.

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

Color convert

RGB 185 150 124 -
CMYK 0 0.19 0.33 0.27
HSL 25.57º 0.3% 0.61% -
HSV(B) 25.57º 0.33% 0.73% -
XYZ 34.55 33.58 23.73 -
YUV 157.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 185 150 124 0 0.19 0.33 0.27 25.57 0.3 0.61
Hex B9 96 7C 0 13 21 1B 1A 1E 3D
Octal 271 226 174 0 23 41 33 32 36 75
Binary 10111001 10010110 1111100 0 10011 100001 11011 11010 11110 111101

Color Harmonies of #B9967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9967C

Black with #B9967C

Text Example


Text Example

White with #B9967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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