Html Css Color HEX #B69281 Pale Taupe

📋 copy color: '#B69281'

red 182 ◦ green 146 ◦ blue 129

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

Shades of Pale Taupe #B69281

Tints of Pale Taupe #B69281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.95%

 BLUE value IS 129 (50.78% from 255) = 28.23%

R = 39.82%
G = 31.95%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B69281 (or 0xB69281) is known color: Pale Taupe. HEX triplet: B6, 92 and 81. RGB value is (182,146,129). Sum of RGB (Red+Green+Blue) = 182+146+129=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B69281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69281 is #496D7E. Grayscale: #9A9A9A. Windows color (decimal): -4812159 or 8491702. OLE color: 8491702.

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

Color convert

RGB 182 146 129 -
CMYK 0 0.20 0.29 0.29
HSL 19.25º 0.27% 0.61% -
HSV(B) 19.25º 0.29% 0.71% -
XYZ 33.53 32.09 25.2 -
YUV 154.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 182 146 129 0 0.20 0.29 0.29 19.25 0.27 0.61
Hex B6 92 81 0 14 1D 1D 13 1B 3D
Octal 266 222 201 0 24 35 35 23 33 75
Binary 10110110 10010010 10000001 0 10100 11101 11101 10011 11011 111101

Color Harmonies of #B69281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69281

Black with #B69281

Text Example


Text Example

White with #B69281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69281; }

 p { color: rgb(182,146,129); }

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

background-color css

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

 a { background-color: rgb(182,146,129); }

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

border-color css

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

 span { border-color: rgb(182,146,129); }

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