Html Css Color HEX #BAB079 Ecru

📋 copy color: '#BAB079'

red 186 ◦ green 176 ◦ blue 121

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

Shades of Ecru #BAB079

Tints of Ecru #BAB079

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.44%

 BLUE value IS 121 (47.66% from 255) = 25.05%

R = 38.51%
G = 36.44%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BAB079 (or 0xBAB079) is known color: Ecru. HEX triplet: BA, B0 and 79. RGB value is (186,176,121). Sum of RGB (Red+Green+Blue) = 186+176+121=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB079 is #454F86. Grayscale: #ACACAC. Windows color (decimal): -4542343 or 7975098. OLE color: 7975098.

HSL color Cylindrical-coordinate representation of color #BAB079: hue angle of 50.77º 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 #BAB079 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 176 121 -
CMYK 0 0.05 0.35 0.27
HSL 50.77º 0.32% 0.6% -
HSV(B) 50.77º 0.35% 0.73% -
XYZ 39.23 42.87 24.3 -
YUV 172.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 186 176 121 0 0.05 0.35 0.27 50.77 0.32 0.6
Hex BA B0 79 0 5 23 1B 33 20 3C
Octal 272 260 171 0 5 43 33 63 40 74
Binary 10111010 10110000 1111001 0 101 100011 11011 110011 100000 111100

Color Harmonies of #BAB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB079

Black with #BAB079

Text Example


Text Example

White with #BAB079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB079; }

 p { color: rgb(186,176,121); }

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

background-color css

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

 a { background-color: rgb(186,176,121); }

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

border-color css

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

 span { border-color: rgb(186,176,121); }

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