Html Css Color HEX #B6A18B Pale Taupe

📋 copy color: '#B6A18B'

red 182 ◦ green 161 ◦ blue 139

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

Shades of Pale Taupe #B6A18B

Tints of Pale Taupe #B6A18B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.4%

 BLUE value IS 139 (54.69% from 255) = 28.84%

R = 37.76%
G = 33.4%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6A18B (or 0xB6A18B) is known color: Pale Taupe. HEX triplet: B6, A1 and 8B. RGB value is (182,161,139). Sum of RGB (Red+Green+Blue) = 182+161+139=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A18B is #495E74. Grayscale: #A4A4A4. Windows color (decimal): -4808309 or 9150902. OLE color: 9150902.

HSL color Cylindrical-coordinate representation of color #B6A18B: hue angle of 30.7º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6A18B is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 161 139 -
CMYK 0 0.12 0.24 0.29
HSL 30.7º 0.23% 0.63% -
HSV(B) 30.7º 0.24% 0.71% -
XYZ 36.7 37.3 29.69 -
YUV 164.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 182 161 139 0 0.12 0.24 0.29 30.7 0.23 0.63
Hex B6 A1 8B 0 C 18 1D 1F 17 3F
Octal 266 241 213 0 14 30 35 37 27 77
Binary 10110110 10100001 10001011 0 1100 11000 11101 11111 10111 111111

Color Harmonies of #B6A18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A18B

Black with #B6A18B

Text Example


Text Example

White with #B6A18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A18B; }

 p { color: rgb(182,161,139); }

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

background-color css

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

 a { background-color: rgb(182,161,139); }

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

border-color css

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

 span { border-color: rgb(182,161,139); }

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