Html Css Color HEX #B69886 Pale Taupe

📋 copy color: '#B69886'

red 182 ◦ green 152 ◦ blue 134

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

Shades of Pale Taupe #B69886

Tints of Pale Taupe #B69886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.48%

 BLUE value IS 134 (52.73% from 255) = 28.63%

R = 38.89%
G = 32.48%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B69886 (or 0xB69886) is known color: Pale Taupe. HEX triplet: B6, 98 and 86. RGB value is (182,152,134). Sum of RGB (Red+Green+Blue) = 182+152+134=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B69886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69886 is #496779. Grayscale: #9F9F9F. Windows color (decimal): -4810618 or 8820918. OLE color: 8820918.

HSL color Cylindrical-coordinate representation of color #B69886: hue angle of 22.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B69886 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 152 134 -
CMYK 0 0.16 0.26 0.29
HSL 22.5º 0.25% 0.62% -
HSV(B) 22.5º 0.26% 0.71% -
XYZ 34.82 34.12 27.31 -
YUV 158.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 182 152 134 0 0.16 0.26 0.29 22.5 0.25 0.62
Hex B6 98 86 0 10 1A 1D 16 19 3E
Octal 266 230 206 0 20 32 35 26 31 76
Binary 10110110 10011000 10000110 0 10000 11010 11101 10110 11001 111110

Color Harmonies of #B69886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69886

Black with #B69886

Text Example


Text Example

White with #B69886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69886; }

 p { color: rgb(182,152,134); }

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

background-color css

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

 a { background-color: rgb(182,152,134); }

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

border-color css

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

 span { border-color: rgb(182,152,134); }

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