Html Css Color HEX #B69978 Pale Taupe

📋 copy color: '#B69978'

red 182 ◦ green 153 ◦ blue 120

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

Shades of Pale Taupe #B69978

Tints of Pale Taupe #B69978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.63%

 BLUE value IS 120 (47.27% from 255) = 26.37%

R = 40%
G = 33.63%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B69978 (or 0xB69978) is known color: Pale Taupe. HEX triplet: B6, 99 and 78. RGB value is (182,153,120). Sum of RGB (Red+Green+Blue) = 182+153+120=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B69978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69978 is #496687. Grayscale: #9E9E9E. Windows color (decimal): -4810376 or 7903670. OLE color: 7903670.

HSL color Cylindrical-coordinate representation of color #B69978: hue angle of 31.94º degrees, saturation: 0.3, 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 #B69978 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 153 120 -
CMYK 0 0.16 0.34 0.29
HSL 31.94º 0.3% 0.59% -
HSV(B) 31.94º 0.34% 0.71% -
XYZ 34.07 34.08 22.55 -
YUV 157.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 182 153 120 0 0.16 0.34 0.29 31.94 0.3 0.59
Hex B6 99 78 0 10 22 1D 20 1E 3B
Octal 266 231 170 0 20 42 35 40 36 73
Binary 10110110 10011001 1111000 0 10000 100010 11101 100000 11110 111011

Color Harmonies of #B69978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69978

Black with #B69978

Text Example


Text Example

White with #B69978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69978; }

 p { color: rgb(182,153,120); }

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

background-color css

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

 a { background-color: rgb(182,153,120); }

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

border-color css

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

 span { border-color: rgb(182,153,120); }

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