Html Css Color HEX #BAB37A Ecru

📋 copy color: '#BAB37A'

red 186 ◦ green 179 ◦ blue 122

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

Shades of Ecru #BAB37A

Tints of Ecru #BAB37A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.76%

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

R = 38.19%
G = 36.76%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAB37A (or 0xBAB37A) is known color: Ecru. HEX triplet: BA, B3 and 7A. RGB value is (186,179,122). Sum of RGB (Red+Green+Blue) = 186+179+122=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB37A is #454C85. Grayscale: #AEAEAE. Windows color (decimal): -4541574 or 8041402. OLE color: 8041402.

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

Color convert

RGB 186 179 122 -
CMYK 0 0.04 0.34 0.27
HSL 53.44º 0.32% 0.6% -
HSV(B) 53.44º 0.34% 0.73% -
XYZ 39.88 44.08 24.82 -
YUV 174.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 186 179 122 0 0.04 0.34 0.27 53.44 0.32 0.6
Hex BA B3 7A 0 4 22 1B 35 20 3C
Octal 272 263 172 0 4 42 33 65 40 74
Binary 10111010 10110011 1111010 0 100 100010 11011 110101 100000 111100

Color Harmonies of #BAB37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB37A

Black with #BAB37A

Text Example


Text Example

White with #BAB37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB37A; }

 p { color: rgb(186,179,122); }

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

background-color css

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

 a { background-color: rgb(186,179,122); }

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

border-color css

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

 span { border-color: rgb(186,179,122); }

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