Html Css Color HEX #B6967E Pale Taupe

📋 copy color: '#B6967E'

red 182 ◦ green 150 ◦ blue 126

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

Shades of Pale Taupe #B6967E

Tints of Pale Taupe #B6967E

RGB

 RED value IS 182 (71.48% from 255) = 39.74%

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

 BLUE value IS 126 (49.61% from 255) = 27.51%

R = 39.74%
G = 32.75%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6967E (or 0xB6967E) is known color: Pale Taupe. HEX triplet: B6, 96 and 7E. RGB value is (182,150,126). Sum of RGB (Red+Green+Blue) = 182+150+126=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B6967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6967E is #496981. Grayscale: #9C9C9C. Windows color (decimal): -4811138 or 8296118. OLE color: 8296118.

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

Color convert

RGB 182 150 126 -
CMYK 0 0.18 0.31 0.29
HSL 25.71º 0.28% 0.6% -
HSV(B) 25.71º 0.31% 0.71% -
XYZ 33.96 33.26 24.37 -
YUV 156.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 182 150 126 0 0.18 0.31 0.29 25.71 0.28 0.6
Hex B6 96 7E 0 12 1F 1D 1A 1C 3C
Octal 266 226 176 0 22 37 35 32 34 74
Binary 10110110 10010110 1111110 0 10010 11111 11101 11010 11100 111100

Color Harmonies of #B6967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6967E

Black with #B6967E

Text Example


Text Example

White with #B6967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6967E; }

 p { color: rgb(182,150,126); }

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

background-color css

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

 a { background-color: rgb(182,150,126); }

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

border-color css

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

 span { border-color: rgb(182,150,126); }

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