Html Css Color HEX #B69F7F Pale Taupe

📋 copy color: '#B69F7F'

red 182 ◦ green 159 ◦ blue 127

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

Shades of Pale Taupe #B69F7F

Tints of Pale Taupe #B69F7F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.97%

 BLUE value IS 127 (50% from 255) = 27.14%

R = 38.89%
G = 33.97%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B69F7F (or 0xB69F7F) is known color: Pale Taupe. HEX triplet: B6, 9F and 7F. RGB value is (182,159,127). Sum of RGB (Red+Green+Blue) = 182+159+127=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69F7F is #496080. Grayscale: #A2A2A2. Windows color (decimal): -4808833 or 8363958. OLE color: 8363958.

HSL color Cylindrical-coordinate representation of color #B69F7F: hue angle of 34.91º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B69F7F is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 159 127 -
CMYK 0 0.13 0.30 0.29
HSL 34.91º 0.27% 0.61% -
HSV(B) 34.91º 0.3% 0.71% -
XYZ 35.52 36.27 25.21 -
YUV 162.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 182 159 127 0 0.13 0.30 0.29 34.91 0.27 0.61
Hex B6 9F 7F 0 D 1E 1D 23 1B 3D
Octal 266 237 177 0 15 36 35 43 33 75
Binary 10110110 10011111 1111111 0 1101 11110 11101 100011 11011 111101

Color Harmonies of #B69F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69F7F

Black with #B69F7F

Text Example


Text Example

White with #B69F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69F7F; }

 p { color: rgb(182,159,127); }

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

background-color css

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

 a { background-color: rgb(182,159,127); }

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

border-color css

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

 span { border-color: rgb(182,159,127); }

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