Html Css Color HEX #B69A79 Pale Taupe

📋 copy color: '#B69A79'

red 182 ◦ green 154 ◦ blue 121

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

Shades of Pale Taupe #B69A79

Tints of Pale Taupe #B69A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.7%

 BLUE value IS 121 (47.66% from 255) = 26.48%

R = 39.82%
G = 33.7%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B69A79 (or 0xB69A79) is known color: Pale Taupe. HEX triplet: B6, 9A and 79. RGB value is (182,154,121). Sum of RGB (Red+Green+Blue) = 182+154+121=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A79 is #496586. Grayscale: #9E9E9E. Windows color (decimal): -4810119 or 7969462. OLE color: 7969462.

HSL color Cylindrical-coordinate representation of color #B69A79: hue angle of 32.46º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B69A79 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 154 121 -
CMYK 0 0.15 0.34 0.29
HSL 32.46º 0.29% 0.59% -
HSV(B) 32.46º 0.34% 0.71% -
XYZ 34.3 34.44 22.93 -
YUV 158.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 182 154 121 0 0.15 0.34 0.29 32.46 0.29 0.59
Hex B6 9A 79 0 F 22 1D 20 1D 3B
Octal 266 232 171 0 17 42 35 40 35 73
Binary 10110110 10011010 1111001 0 1111 100010 11101 100000 11101 111011

Color Harmonies of #B69A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69A79

Black with #B69A79

Text Example


Text Example

White with #B69A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69A79; }

 p { color: rgb(182,154,121); }

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

background-color css

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

 a { background-color: rgb(182,154,121); }

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

border-color css

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

 span { border-color: rgb(182,154,121); }

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