Html Css Color HEX #BAA07B Pale Taupe

📋 copy color: '#BAA07B'

red 186 ◦ green 160 ◦ blue 123

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

Shades of Pale Taupe #BAA07B

Tints of Pale Taupe #BAA07B

RGB

 RED value IS 186 (73.05% from 255) = 39.66%

 GREEN value IS 160 (62.89% from 255) = 34.12%

 BLUE value IS 123 (48.44% from 255) = 26.23%

R = 39.66%
G = 34.12%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAA07B (or 0xBAA07B) is known color: Pale Taupe. HEX triplet: BA, A0 and 7B. RGB value is (186,160,123). Sum of RGB (Red+Green+Blue) = 186+160+123=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA07B is #455F84. Grayscale: #A3A3A3. Windows color (decimal): -4546437 or 8102074. OLE color: 8102074.

HSL color Cylindrical-coordinate representation of color #BAA07B: hue angle of 35.24º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA07B is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 160 123 -
CMYK 0 0.14 0.34 0.27
HSL 35.24º 0.31% 0.61% -
HSV(B) 35.24º 0.34% 0.73% -
XYZ 36.4 37.01 23.96 -
YUV 163.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 186 160 123 0 0.14 0.34 0.27 35.24 0.31 0.61
Hex BA A0 7B 0 E 22 1B 23 1F 3D
Octal 272 240 173 0 16 42 33 43 37 75
Binary 10111010 10100000 1111011 0 1110 100010 11011 100011 11111 111101

Color Harmonies of #BAA07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA07B

Black with #BAA07B

Text Example


Text Example

White with #BAA07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA07B; }

 p { color: rgb(186,160,123); }

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

background-color css

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

 a { background-color: rgb(186,160,123); }

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

border-color css

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

 span { border-color: rgb(186,160,123); }

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