Html Css Color HEX #B69C7D Pale Taupe

📋 copy color: '#B69C7D'

red 182 ◦ green 156 ◦ blue 125

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

Shades of Pale Taupe #B69C7D

Tints of Pale Taupe #B69C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.69%

 BLUE value IS 125 (49.22% from 255) = 27%

R = 39.31%
G = 33.69%
B = 27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B69C7D (or 0xB69C7D) is known color: Pale Taupe. HEX triplet: B6, 9C and 7D. RGB value is (182,156,125). Sum of RGB (Red+Green+Blue) = 182+156+125=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C7D is #496382. Grayscale: #A0A0A0. Windows color (decimal): -4809603 or 8232118. OLE color: 8232118.

HSL color Cylindrical-coordinate representation of color #B69C7D: hue angle of 32.63º 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 #B69C7D is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 156 125 -
CMYK 0 0.14 0.31 0.29
HSL 32.63º 0.28% 0.6% -
HSV(B) 32.63º 0.31% 0.71% -
XYZ 34.88 35.2 24.36 -
YUV 160.24 108.11 143.52 -
System Red Green Blue C M Y K H S L
Decimal 182 156 125 0 0.14 0.31 0.29 32.63 0.28 0.6
Hex B6 9C 7D 0 E 1F 1D 21 1C 3C
Octal 266 234 175 0 16 37 35 41 34 74
Binary 10110110 10011100 1111101 0 1110 11111 11101 100001 11100 111100

Color Harmonies of #B69C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69C7D

Black with #B69C7D

Text Example


Text Example

White with #B69C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69C7D; }

 p { color: rgb(182,156,125); }

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

background-color css

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

 a { background-color: rgb(182,156,125); }

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

border-color css

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

 span { border-color: rgb(182,156,125); }

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