Html Css Color HEX #B7967B Pale Taupe

📋 copy color: '#B7967B'

red 183 ◦ green 150 ◦ blue 123

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

Shades of Pale Taupe #B7967B

Tints of Pale Taupe #B7967B

RGB

 RED value IS 183 (71.88% from 255) = 40.13%

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

 BLUE value IS 123 (48.44% from 255) = 26.97%

R = 40.13%
G = 32.89%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7967B (or 0xB7967B) is known color: Pale Taupe. HEX triplet: B7, 96 and 7B. RGB value is (183,150,123). Sum of RGB (Red+Green+Blue) = 183+150+123=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7967B is #486984. Grayscale: #9C9C9C. Windows color (decimal): -4745605 or 8099511. OLE color: 8099511.

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

Color convert

RGB 183 150 123 -
CMYK 0 0.18 0.33 0.28
HSL 27º 0.29% 0.6% -
HSV(B) 27º 0.33% 0.72% -
XYZ 34.01 33.31 23.38 -
YUV 156.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 183 150 123 0 0.18 0.33 0.28 27 0.29 0.6
Hex B7 96 7B 0 12 21 1C 1B 1D 3C
Octal 267 226 173 0 22 41 34 33 35 74
Binary 10110111 10010110 1111011 0 10010 100001 11100 11011 11101 111100

Color Harmonies of #B7967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7967B

Black with #B7967B

Text Example


Text Example

White with #B7967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7967B; }

 p { color: rgb(183,150,123); }

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

background-color css

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

 a { background-color: rgb(183,150,123); }

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

border-color css

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

 span { border-color: rgb(183,150,123); }

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