Html Css Color HEX #B69B7A Pale Taupe

📋 copy color: '#B69B7A'

red 182 ◦ green 155 ◦ blue 122

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

Shades of Pale Taupe #B69B7A

Tints of Pale Taupe #B69B7A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.77%

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 39.65%
G = 33.77%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B69B7A (or 0xB69B7A) is known color: Pale Taupe. HEX triplet: B6, 9B and 7A. RGB value is (182,155,122). Sum of RGB (Red+Green+Blue) = 182+155+122=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69B7A is #496485. Grayscale: #9F9F9F. Windows color (decimal): -4809862 or 8035254. OLE color: 8035254.

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

Color convert

RGB 182 155 122 -
CMYK 0 0.15 0.33 0.29
HSL 33º 0.29% 0.6% -
HSV(B) 33º 0.33% 0.71% -
XYZ 34.53 34.79 23.31 -
YUV 159.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 182 155 122 0 0.15 0.33 0.29 33 0.29 0.6
Hex B6 9B 7A 0 F 21 1D 21 1D 3C
Octal 266 233 172 0 17 41 35 41 35 74
Binary 10110110 10011011 1111010 0 1111 100001 11101 100001 11101 111100

Color Harmonies of #B69B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69B7A

Black with #B69B7A

Text Example


Text Example

White with #B69B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69B7A; }

 p { color: rgb(182,155,122); }

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

background-color css

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

 a { background-color: rgb(182,155,122); }

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

border-color css

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

 span { border-color: rgb(182,155,122); }

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