Html Css Color HEX #BA9078 Pale Taupe

📋 copy color: '#BA9078'

red 186 ◦ green 144 ◦ blue 120

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

Shades of Pale Taupe #BA9078

Tints of Pale Taupe #BA9078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32%

 BLUE value IS 120 (47.27% from 255) = 26.67%

R = 41.33%
G = 32%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA9078 (or 0xBA9078) is known color: Pale Taupe. HEX triplet: BA, 90 and 78. RGB value is (186,144,120). Sum of RGB (Red+Green+Blue) = 186+144+120=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9078 is #456F87. Grayscale: #999999. Windows color (decimal): -4550536 or 7901370. OLE color: 7901370.

HSL color Cylindrical-coordinate representation of color #BA9078: hue angle of 21.82º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9078 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 144 120 -
CMYK 0 0.23 0.35 0.27
HSL 21.82º 0.32% 0.6% -
HSV(B) 21.82º 0.35% 0.73% -
XYZ 33.61 31.74 22.12 -
YUV 153.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 186 144 120 0 0.23 0.35 0.27 21.82 0.32 0.6
Hex BA 90 78 0 17 23 1B 16 20 3C
Octal 272 220 170 0 27 43 33 26 40 74
Binary 10111010 10010000 1111000 0 10111 100011 11011 10110 100000 111100

Color Harmonies of #BA9078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9078

Black with #BA9078

Text Example


Text Example

White with #BA9078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9078; }

 p { color: rgb(186,144,120); }

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

background-color css

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

 a { background-color: rgb(186,144,120); }

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

border-color css

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

 span { border-color: rgb(186,144,120); }

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