Html Css Color HEX #B8967A Pale Taupe

📋 copy color: '#B8967A'

red 184 ◦ green 150 ◦ blue 122

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

Shades of Pale Taupe #B8967A

Tints of Pale Taupe #B8967A

RGB

 RED value IS 184 (72.27% from 255) = 40.35%

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

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

R = 40.35%
G = 32.89%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B8967A (or 0xB8967A) is known color: Pale Taupe. HEX triplet: B8, 96 and 7A. RGB value is (184,150,122). Sum of RGB (Red+Green+Blue) = 184+150+122=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B8967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8967A is #476985. Grayscale: #9D9D9D. Windows color (decimal): -4680070 or 8033976. OLE color: 8033976.

HSL color Cylindrical-coordinate representation of color #B8967A: hue angle of 27.1º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8967A is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 150 122 -
CMYK 0 0.18 0.34 0.28
HSL 27.1º 0.3% 0.6% -
HSV(B) 27.1º 0.34% 0.72% -
XYZ 34.19 33.41 23.06 -
YUV 156.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 184 150 122 0 0.18 0.34 0.28 27.1 0.3 0.6
Hex B8 96 7A 0 12 22 1C 1B 1E 3C
Octal 270 226 172 0 22 42 34 33 36 74
Binary 10111000 10010110 1111010 0 10010 100010 11100 11011 11110 111100

Color Harmonies of #B8967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8967A

Black with #B8967A

Text Example


Text Example

White with #B8967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8967A; }

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

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

background-color css

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

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

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

border-color css

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

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

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